aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-06-09 11:28:44 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-09 11:29:42 -0700
commit65cfeca1a1eebca291b59395f79a60a4497d0f73 (patch)
tree4c12a487027999d07c57297e5012388b81d9cc02 /docs
parent334704df263b480a3e9e7441ed3292a5e30a37ec (diff)
downloadgoogletest-65cfeca1a1eebca291b59395f79a60a4497d0f73.zip
googletest-65cfeca1a1eebca291b59395f79a60a4497d0f73.tar.gz
googletest-65cfeca1a1eebca291b59395f79a60a4497d0f73.tar.bz2
internal g3doc documentation change.
PiperOrigin-RevId: 539134110 Change-Id: I28041f77e18bc67aa0ffabdc7205e350deed22c8
Diffstat (limited to 'docs')
-rw-r--r--docs/primer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primer.md b/docs/primer.md
index 31d6316..c3aee3c 100644
--- a/docs/primer.md
+++ b/docs/primer.md
@@ -42,7 +42,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
{: .callout .note}
*Note:* There might be some confusion arising from different definitions of the