From 6d5d467bcf20e05cc12168f49cf4055c678ef091 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 26 Feb 2020 17:33:13 +0100 Subject: [PATCH] Doc: Replace 'In alternative' with 'Alternatively' Amends b19220d17fa66de5ded41690ffff263ee2af5c63 Change-Id: Ic6869ce77440b43b30248f1130dabe8cc1b231e9 Reviewed-by: Leena Miettinen --- src/corelib/text/qbytearray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp index 27e0d562251..f0c903737f9 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