diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-02 21:04:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 21:04:33 (GMT) |
commit | 0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99 (patch) | |
tree | 4cb48b64401fb30164697703b285e673793dbc01 /googletest/docs | |
parent | 73f321590a7fbc3f88aeba3cda5fd77ff00b47fb (diff) | |
parent | 266a185a528bc2061016f133862e9af67fa126ce (diff) | |
download | googletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.zip googletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.tar.gz googletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.tar.bz2 |
Merge pull request #764 from flyd1005/wip-fix-typo
remove duplicated words
Diffstat (limited to 'googletest/docs')
-rw-r--r-- | googletest/docs/AdvancedGuide.md | 2 | ||||
-rw-r--r-- | googletest/docs/V1_5_AdvancedGuide.md | 2 | ||||
-rw-r--r-- | googletest/docs/V1_6_AdvancedGuide.md | 2 | ||||
-rw-r--r-- | googletest/docs/V1_7_AdvancedGuide.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md index 9853372..c365d51 100644 --- a/googletest/docs/AdvancedGuide.md +++ b/googletest/docs/AdvancedGuide.md @@ -675,7 +675,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`). diff --git a/googletest/docs/V1_5_AdvancedGuide.md b/googletest/docs/V1_5_AdvancedGuide.md index 34e19c2..03432aa 100644 --- a/googletest/docs/V1_5_AdvancedGuide.md +++ b/googletest/docs/V1_5_AdvancedGuide.md @@ -599,7 +599,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`). diff --git a/googletest/docs/V1_6_AdvancedGuide.md b/googletest/docs/V1_6_AdvancedGuide.md index 78864b1..f420274 100644 --- a/googletest/docs/V1_6_AdvancedGuide.md +++ b/googletest/docs/V1_6_AdvancedGuide.md @@ -672,7 +672,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`). 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`). |