Doc: correct minor typo

Change-Id: If19900309bbef8b65d3dbda4f7795113bfe0678f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Gabriel Pannwitz 2016-02-05 13:14:59 +01:00
parent 3904950af4
commit ce29de5c33

View File

@ -126,7 +126,7 @@
object being tracked is the same. object being tracked is the same.
\omit \omit
\secton1 QSharedPointer internals \section1 QSharedPointer internals
QSharedPointer has two "private" members: the pointer itself being tracked QSharedPointer has two "private" members: the pointer itself being tracked
and a d-pointer. Those members are private to the class, but QSharedPointer and a d-pointer. Those members are private to the class, but QSharedPointer
@ -338,7 +338,7 @@
creating a QSharedPointer using toStrongRef() is too high. creating a QSharedPointer using toStrongRef() is too high.
\omit \omit
\secton1 QWeakPointer internals \section1 QWeakPointer internals
QWeakPointer shares most of its internal functionality with QWeakPointer shares most of its internal functionality with
\l{QSharedPointer#qsharedpointer-internals}{QSharedPointer}, so see that \l{QSharedPointer#qsharedpointer-internals}{QSharedPointer}, so see that