diff options
author | Gennadiy Civil <misterg@google.com> | 2018-07-10 21:30:28 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-07-10 21:30:28 (GMT) |
commit | 4f9194286ca745f94225f43c1473d05c5702093c (patch) | |
tree | 96028b07d81f4b6e0f4128015fc9ff71140566ff | |
parent | 50daf299c2783647460797ef6a9933c01570648f (diff) | |
download | googletest-4f9194286ca745f94225f43c1473d05c5702093c.zip googletest-4f9194286ca745f94225f43c1473d05c5702093c.tar.gz googletest-4f9194286ca745f94225f43c1473d05c5702093c.tar.bz2 |
Fix heading
[skip ci]
-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 6c33ebb..615727e 100644 --- a/googletest/docs/primer.md +++ b/googletest/docs/primer.md @@ -44,7 +44,7 @@ Since googletest is based on the popular xUnit architecture, you'll feel right at home if you've used JUnit or PyUnit before. If not, it will take you about 10 minutes to learn the basics and get started. So let's go! -# Beware of the nomenclature # +## Beware of the nomenclature _Note:_ There might be some confusion of idea due to different definitions of the terms _Test_, _Test Case_ and _Test Suite_, so beware |