summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-29 16:22:32 +0300
committerMårten Nordheim <marten.nordheim@qt.io>2021-10-29 16:06:31 +0000
commita670839c61b6e7957bfacab0b51990f9ad37ffe1 (patch)
treebe54359ca92c77813d7729ec29960a276becf720 /src/corelib/io
parent85a6a5bfe10731fcc75b1fa84f14d88785fe401e (diff)
Doc: Fix broken formatting
Amends f25bc30d8d9d13fffd34213dfbf5e7373a18222a Pick-to: 6.2 5.15 Change-Id: Ia42c7639e4919de3f995d771bfc7d8237a8773d8 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp
index 54fe21c43c..2b5d7232d6 100644
--- a/src/corelib/io/qresource.cpp
+++ b/src/corelib/io/qresource.cpp
@@ -634,7 +634,7 @@ bool QResource::isValid() const
possible compression algorithm.
If this function returns QResource::ZstdCompression, you need to use the
- Zstandard library functions (\c{<zstd.h> header). Qt does not provide a
+ Zstandard library functions (\c{<zstd.h>} header). Qt does not provide a
wrapper.
See \l{http://facebook.github.io/zstd/zstd_manual.html}{Zstandard manual}.