aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googletest/docs/primer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md
index 615727e7..cbc9405b 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.