Skip to content

Commit f7306fc

Browse files
fix line length
1 parent 28ccb5f commit f7306fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jesse.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ validate(Schema, Data, Options) ->
224224
validate_with_schema(Schema, Data) ->
225225
validate_with_schema(Schema, Data, []).
226226

227-
%% @doc Validates json `Data' against the given schema `Schema', using `Options'.
227+
%% @doc Validates json `Data' against the given `Schema', using `Options'.
228228
%% If the given json is valid, then it is returned to the caller, otherwise
229229
%% an error with an appropriate error reason is returned. If the `parser_fun'
230230
%% option is provided, then both `Schema' and `Data' are considered to be a

0 commit comments

Comments
 (0)