aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-07 23:01:42 -0400
committerGitHub <noreply@github.com>2017-08-07 23:01:42 -0400
commit22d1a7a1a70a4deb89c7510bee605ecf87e282a2 (patch)
tree504bde4fe6a44119bd95644877d272e672306ec4
parent7890f7215e356f11b65929050b710af4d7b4fb1b (diff)
parent0b6d9475170a3a8a03d1b1d7ec991896daa8d95f (diff)
downloadgoogletest-22d1a7a1a70a4deb89c7510bee605ecf87e282a2.tar.gz
googletest-22d1a7a1a70a4deb89c7510bee605ecf87e282a2.tar.bz2
googletest-22d1a7a1a70a4deb89c7510bee605ecf87e282a2.zip
Merge pull request #909 from AsturaPhoenix/patch-1
Update Primer.md
-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 474c1d2a..be6ad38b 100644
--- a/googletest/docs/Primer.md
+++ b/googletest/docs/Primer.md
@@ -382,7 +382,7 @@ When invoked, the `RUN_ALL_TESTS()` macro:
1. Restores the state of all Google Test flags.
1. Repeats the above steps for the next test, until all tests have run.
-In addition, if the text fixture's constructor generates a fatal failure in
+In addition, if the test fixture's constructor generates a fatal failure in
step 2, there is no point for step 3 - 5 and they are thus skipped. Similarly,
if step 3 generates a fatal failure, step 4 will be skipped.