Skip to content

Commit dfdcb5b

Browse files
authored
Merge pull request #462 from fre5h/typo-fix
Typo fix
2 parents 1cc8e26 + 965914f commit dfdcb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Validator extends BaseConstraint
3636
* Both the php object and the schema are supposed to be a result of a json_decode call.
3737
* The validation works as defined by the schema proposal in http://json-schema.org.
3838
*
39-
* Note that the first argument is passwd by reference, so you must pass in a variable.
39+
* Note that the first argument is passed by reference, so you must pass in a variable.
4040
*
4141
* {@inheritdoc}
4242
*/

0 commit comments

Comments
 (0)