aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-qhash-with-char-pointer-key.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-qhash-with-char-pointer-key.md')
-rw-r--r--docs/checks/README-qhash-with-char-pointer-key.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/checks/README-qhash-with-char-pointer-key.md b/docs/checks/README-qhash-with-char-pointer-key.md
index 7d475105..483cd860 100644
--- a/docs/checks/README-qhash-with-char-pointer-key.md
+++ b/docs/checks/README-qhash-with-char-pointer-key.md
@@ -1,6 +1,5 @@
# qhash-with-char-pointer-key
-Finds cases of `QHash<const char *, T>`. It's error-prone as the key is just compared
-by the address of the string literal, and not the string literal itself.
+Finds cases of `QHash<const char *, T>`. It's error-prone as the key is just compared by the address of the string literal and not the value itself.
-Check is disabled by default as there are valid uses-cases.
+This check is disabled by default as there are valid uses-cases.