Skip to content

Commit 965914f

Browse files
committed
Typo fix
1 parent ef3ee83 commit 965914f

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
@@ -30,7 +30,7 @@ class Validator extends BaseConstraint
3030
* Both the php object and the schema are supposed to be a result of a json_decode call.
3131
* The validation works as defined by the schema proposal in http://json-schema.org.
3232
*
33-
* Note that the first argument is passwd by reference, so you must pass in a variable.
33+
* Note that the first argument is passed by reference, so you must pass in a variable.
3434
*
3535
* {@inheritdoc}
3636
*/

0 commit comments

Comments
 (0)