diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-04-11 09:43:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 09:43:03 -0400 |
commit | 7473c5ca5c1106fe699474d0b336f7f9803456ec (patch) | |
tree | d69e43b0a5369ca9aa90591cf310b73dceb60137 | |
parent | 604ba376c3a407c6a40e39fbd0d5055c545f9898 (diff) | |
parent | d622dfe8abf5d7fadde543a851b43e3a063cc795 (diff) | |
download | googletest-7473c5ca5c1106fe699474d0b336f7f9803456ec.tar.gz googletest-7473c5ca5c1106fe699474d0b336f7f9803456ec.tar.bz2 googletest-7473c5ca5c1106fe699474d0b336f7f9803456ec.zip |
Merge pull request #2225 from rongou/patch-1
add missing period
-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 fb96cdf9..7a5e4db9 100644 --- a/googletest/docs/primer.md +++ b/googletest/docs/primer.md @@ -65,7 +65,7 @@ The term _Test_ is commonly of broad enough sense, including ISTQB's definition of _Test Case_, so it's not much of a problem here. But the term _Test Case_ as was used in Google Test is of contradictory sense and thus confusing. -googletest recently started replacing the term _Test Case_ by _Test Suite_ The +googletest recently started replacing the term _Test Case_ by _Test Suite_. The preferred API is TestSuite*. The older TestCase* API is being slowly deprecated and refactored away |