We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bfebd commit 5ab508aCopy full SHA for 5ab508a
docs/gmock_cook_book.md
@@ -1158,7 +1158,7 @@ int IsEven(int n) { return (n % 2) == 0 ? 1 : 0; }
1158
```
1159
1160
Note that the predicate function / functor doesn't have to return `bool`. It
1161
-works as long as the return value can be used as the condition in in statement
+works as long as the return value can be used as the condition in the statement
1162
`if (condition) ...`.
1163
1164
### Matching Arguments that Are Not Copyable
0 commit comments