summaryrefslogtreecommitdiff
path: root/googletest/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-01-15 14:14:57 -0500
committervslashg <gfalcon@google.com>2020-01-16 13:56:21 -0500
commit8b4817e3df3746a20502a84580f661ac448821be (patch)
treec7988e3b347ad1b1e3f86e62d2afc64e3bf20ba9 /googletest/docs
parent5336106b66db4726174da8c2bdd5d4e80c55897e (diff)
downloadgoogletest-git-8b4817e3df3746a20502a84580f661ac448821be.tar.gz
Googletest export
Correct the spelling of PARAMETERIZED. PiperOrigin-RevId: 289897278
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index 5631e8ea..dd28df34 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -1385,7 +1385,7 @@ cases is dynamic and may be empty, then this check can be suppressed by tagging
the test suite:
```c++
-GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST(FooTest);
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(FooTest);
```
To distinguish different instances of the pattern (yes, you can instantiate it