diff options
author | Abseil Team <absl-team@google.com> | 2023-06-09 18:28:44 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-09 18:29:42 (GMT) |
commit | 65cfeca1a1eebca291b59395f79a60a4497d0f73 (patch) | |
tree | 4c12a487027999d07c57297e5012388b81d9cc02 /docs | |
parent | 334704df263b480a3e9e7441ed3292a5e30a37ec (diff) | |
download | googletest-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.md | 2 |
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 |