aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-raw-environment-function.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-raw-environment-function.md')
-rw-r--r--docs/checks/README-raw-environment-function.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/checks/README-raw-environment-function.md b/docs/checks/README-raw-environment-function.md
index 265b02e9..b4ecf5bc 100644
--- a/docs/checks/README-raw-environment-function.md
+++ b/docs/checks/README-raw-environment-function.md
@@ -1,5 +1,5 @@
# raw-environment-function
-Warns when `putenv()` or `qputenv()` are being used and suggests the Qt thread-safe equivalents instead.
+Warns when `putenv()` or `qputenv()` are being used and suggests the Qt *thread-safe* equivalents instead.
-This check is disabled by default and should be enabled manually if you worry about this issue.
+This check is disabled by default and should be enabled manually if *thread-safety* is an issue for you.