diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/matchers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/matchers.md b/docs/reference/matchers.md index 47d2808..0f57db4 100644 --- a/docs/reference/matchers.md +++ b/docs/reference/matchers.md @@ -194,6 +194,7 @@ messages, you can use: | Matcher | Description | | :--------------- | :------------------------------------------------ | | `ResultOf(f, m)` | `f(argument)` matches matcher `m`, where `f` is a function or functor. | +| `ResultOf(result_description, f, m)` | The same as the two-parameter version, but provides a better error message. ## Pointer Matchers |