Skip to content

Commit

Permalink
typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
eranpeer committed Aug 28, 2014
1 parent 82ee9dd commit 261d657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ struct SomeInterface {
Mock<SomeInterface> mock;
// Setup mock behavior.
When(When(mock,foo)).Return(1); // Method mock.foo will return 1 once.
When(Method(mock,foo)).Return(1); // Method mock.foo will return 1 once.
// Fetch the mock instance.
SomeInterface &i = mock.get();
Expand Down

0 comments on commit 261d657

Please sign in to comment.