Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau authored May 7, 2022
1 parent 28ccb5f commit f7306fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jesse.erl
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ validate(Schema, Data, Options) ->
validate_with_schema(Schema, Data) ->
validate_with_schema(Schema, Data, []).

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

0 comments on commit f7306fc

Please sign in to comment.