From 74cccf494a11bc5424a9b228cfdf7f6f1e21d30e Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Wed, 11 Jul 2018 09:38:47 -0400 Subject: [PATCH] formatting, [ci skip] --- googletest/docs/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.