Skip to content

Commit

Permalink
Merge pull request #4 from gquemener/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the readme
  • Loading branch information
everzet committed Mar 25, 2013
2 parents 55762a3 + f012b8e commit b4df6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -230,7 +230,7 @@ That's why Prophecy comes bundled with bunch of other tokens:
a specific value
- `CallbackToken` or `Argument::that(callback)` - checks that the argument matches a custom callback
- `AnyValueToken` or `Argument::any()` - matches any argument
- `AnyValuesToken` or `Arugment::cetera()` - matches any arguments to the rest of the signature
- `AnyValuesToken` or `Argument::cetera()` - matches any arguments to the rest of the signature

And you can add even more by implementing `TokenInterface` with your own custom classes.

Expand Down

0 comments on commit b4df6e6

Please sign in to comment.