From 1fb85458fce9540b3ee3505c428315ff04c25e63 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 19 May 2017 22:29:45 +0200 Subject: [PATCH] Doc: fix grammar in QScopedPointer's detailed description Change-Id: I3ce9650d62f3b53683c6b6f210c1413e94ae006c Reviewed-by: Thiago Macieira --- src/corelib/tools/qscopedpointer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp index 67d11660e1..0e8eba2a0f 100644 --- a/src/corelib/tools/qscopedpointer.cpp +++ b/src/corelib/tools/qscopedpointer.cpp @@ -115,7 +115,7 @@ QT_BEGIN_NAMESPACE \snippet code/src_corelib_tools_qscopedpointer.cpp 4 - Otherwise, the compiler output a warning about not being able to destruct + Otherwise, the compiler outputs a warning about not being able to destruct \c MyPrivateClass. \sa QSharedPointer