aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-10 17:30:28 -0400
committerGennadiy Civil <misterg@google.com>2018-07-10 17:30:28 -0400
commit4f9194286ca745f94225f43c1473d05c5702093c (patch)
tree96028b07d81f4b6e0f4128015fc9ff71140566ff /googletest/docs
parent50daf299c2783647460797ef6a9933c01570648f (diff)
downloadgoogletest-4f9194286ca745f94225f43c1473d05c5702093c.tar.gz
googletest-4f9194286ca745f94225f43c1473d05c5702093c.tar.bz2
googletest-4f9194286ca745f94225f43c1473d05c5702093c.zip
Fix heading
[skip ci]
Diffstat (limited to 'googletest/docs')
-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 6c33ebb3..615727e7 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