Skip to content

Commit

Permalink
fixed typo in spec definition
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed Nov 4, 2015
1 parent 561c90f commit 75c98ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
module Logs = struct
type t = {
log_type : string [@key "type"];
config : Yojson.Safe.json option [@key "Config"] [@default None] [@opaque];
config : Yojson.Safe.json option [@key "config"] [@default None] [@opaque];
} [@@deriving yojson, show]
end

Expand Down

0 comments on commit 75c98ed

Please sign in to comment.