remove duplicated words

Signed-off-by: Li Peng <lip@dtdream.com>
This commit is contained in:
Li Peng
2016-04-27 16:41:27 +08:00
parent d225acc90b
commit 266a185a52
12 changed files with 12 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ Google Test):
* New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
* New feature: ACTION_TEMPLATE for defining templatized actions.
* New feature: the .After() clause for specifying expectation order.
* New feature: the .With() clause for for specifying inter-argument
* New feature: the .With() clause for specifying inter-argument
constraints.
* New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
DeleteArg<k>().