diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index aed2147958cb3f2c3e601c2a50f1e45a5c5ab963..b02b7e3660f248f603238b14a2e69e997b0a55fd 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -454,7 +454,7 @@
         \o == and != may perform type coercion, use === or !== to avoid
         \o The non-strict equality comparison is allowed to convert its
            arguments to a common type. That can lead to unexpected
-           results such as ' \t\r\n' == 0 being true. Prefer to use the
+           results such as \c {' \t\r\n' == 0} being true. Prefer to use the
            strict equality operators === and !== and be explicit about
            conversions you require.
     \row