QJniObject minor doc typo fix

Change-Id: Ife7ec986fd8033f3fda4b1c53b23f4bc3d3ac97b
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Juha Vuolle 2023-10-12 10:52:34 +03:00
parent 6ac6c9452c
commit beac5a6d72

View File

@ -108,7 +108,7 @@ using namespace Qt::StringLiterals;
string2.object<jstring>());
\endcode
Note that while he first template parameter specifies the return type of the Java
Note that while the first template parameter specifies the return type of the Java
function, the method will still return a QJniObject.
\section1 Handling Java Exception