Commit bef93f32 authored by bartshappee's avatar bartshappee Committed by GitHub
Browse files

Fix small typo SeArrayArgument

SeArrayArgument => SetArrayArgument
parent a2b8a8e0
...@@ -1680,7 +1680,7 @@ This also works when the argument is an output iterator: ...@@ -1680,7 +1680,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