Merge pull request #2495 from hyukmyeong:typo

PiperOrigin-RevId: 273346440
This commit is contained in:
Gennadiy Civil
2019-10-07 15:16:08 -04:00
3 changed files with 7 additions and 9 deletions

View File

@@ -213,7 +213,7 @@ specific domain much better than `Foo` does.
Once you have a mock class, using it is easy. The typical work flow is:
1. Import the gMock names from the `testing` namespace such that you can use
them unqualified (You only have to do it once per file. Remember that
them unqualified (You only have to do it once per file). Remember that
namespaces are a good idea.
2. Create some mock objects.
3. Specify your expectations on them (How many times will a method be called?