summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-02-26 17:33:13 +0100
committerKai Koehne <kai.koehne@qt.io>2020-02-28 08:41:36 +0100
commit6d5d467bcf20e05cc12168f49cf4055c678ef091 (patch)
tree1c7142b9f4b73abb4c57d72f5731872cd266bfb9
parent4c86e667d220e27bb4b6e370675ffb2872e8521c (diff)
Doc: Replace 'In alternative' with 'Alternatively'
Amends b19220d17fa66de5ded41690ffff263ee2af5c63 Change-Id: Ic6869ce77440b43b30248f1130dabe8cc1b231e9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/corelib/text/qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 27e0d56225..f0c903737f 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -5145,7 +5145,7 @@ void warn(WarningType w, EmittingClass c)
\snippet code/src_corelib_tools_qbytearray.cpp 44ter
- In alternative, it is possible to access the conversion status
+ Alternatively, it is possible to access the conversion status
and the decoded data directly:
\snippet code/src_corelib_tools_qbytearray.cpp 44quater