Commit e533ff4b authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #926 from bartshappee/patch-1

Fix small typo in Cookbook: SeArrayArgument
parents e3bd4cbe bef93f32
...@@ -1682,7 +1682,7 @@ This also works when the argument is an output iterator: ...@@ -1682,7 +1682,7 @@ This also works when the argument is an output iterator:
``` ```
using ::testing::_; using ::testing::_;
using ::testing::SeArrayArgument; using ::testing::SetArrayArgument;
class MockRolodex : public Rolodex { class MockRolodex : public Rolodex {
public: public:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment