From 43cd1434dc575f211f5862fa98ac3057f9486b4a Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Tue, 10 Jul 2018 17:30:28 -0400 Subject: [PATCH] Fix heading [skip ci] --- 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 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