summaryrefslogtreecommitdiffstats
path: root/googletest/docs/V1_7_AdvancedGuide.md
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/docs/V1_7_AdvancedGuide.md')
-rw-r--r--googletest/docs/V1_7_AdvancedGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/V1_7_AdvancedGuide.md b/googletest/docs/V1_7_AdvancedGuide.md
index dd4af8f..ef98926 100644
--- a/googletest/docs/V1_7_AdvancedGuide.md
+++ b/googletest/docs/V1_7_AdvancedGuide.md
@@ -673,7 +673,7 @@ syntax only.
## How It Works ##
Under the hood, `ASSERT_EXIT()` spawns a new process and executes the
-death test statement in that process. The details of of how precisely
+death test statement in that process. The details of how precisely
that happens depend on the platform and the variable
`::testing::GTEST_FLAG(death_test_style)` (which is initialized from the
command-line flag `--gtest_death_test_style`).