diff options
author | Gennadiy Civil <misterg@google.com> | 2018-07-11 13:38:47 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-07-11 13:38:47 (GMT) |
commit | 74cccf494a11bc5424a9b228cfdf7f6f1e21d30e (patch) | |
tree | 6a1eabf5a4b0570611a95a3f63a1fad0a1a923c6 /googletest/docs | |
parent | 4f9194286ca745f94225f43c1473d05c5702093c (diff) | |
download | googletest-74cccf494a11bc5424a9b228cfdf7f6f1e21d30e.zip googletest-74cccf494a11bc5424a9b228cfdf7f6f1e21d30e.tar.gz googletest-74cccf494a11bc5424a9b228cfdf7f6f1e21d30e.tar.bz2 |
formatting, [ci skip]
Diffstat (limited to 'googletest/docs')
-rw-r--r-- | googletest/docs/primer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md index 615727e..cbc9405 100644 --- a/googletest/docs/primer.md +++ b/googletest/docs/primer.md @@ -461,7 +461,7 @@ When invoked, the `RUN_ALL_TESTS()` macro: * Deletes the fixture. -1. Restores the state of all googletest flags +* Restores the state of all googletest flags * Repeats the above steps for the next test, until all tests have run. |