Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Oct 25, 2017
1 parent ef3ee83 commit 965914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonSchema/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Validator extends BaseConstraint
* Both the php object and the schema are supposed to be a result of a json_decode call.
* The validation works as defined by the schema proposal in http://json-schema.org.
*
* Note that the first argument is passwd by reference, so you must pass in a variable.
* Note that the first argument is passed by reference, so you must pass in a variable.
*
* {@inheritdoc}
*/
Expand Down

0 comments on commit 965914f

Please sign in to comment.