Remove 'nowrap' typo

This commit is contained in:
Brice Decaestecker 2025-06-19 09:57:02 +02:00 committed by GitHub
parent 35b75a2cba
commit a7f4af90bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1988,7 +1988,7 @@ If your test program contains
[global set-up/tear-down](#global-set-up-and-tear-down) code, it will be [global set-up/tear-down](#global-set-up-and-tear-down) code, it will be
repeated in each iteration as well, as the flakiness may be in it. To avoid repeated in each iteration as well, as the flakiness may be in it. To avoid
repeating global set-up/tear-down, specify repeating global set-up/tear-down, specify
`--gtest_recreate_environments_when_repeating=false`{.nowrap}. `--gtest_recreate_environments_when_repeating=false`.
You can also specify the repeat count by setting the `GTEST_REPEAT` environment You can also specify the repeat count by setting the `GTEST_REPEAT` environment
variable. variable.