diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-23 09:40:12 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-23 09:40:12 (GMT) |
commit | 48a1b43743481a646ad0ebef116f249f891e4e10 (patch) | |
tree | 08a5cd5637de3a893fae73ec43498653f9b7bc21 /doc | |
parent | 0a1a01ea6e6496d79a59cd9b5f845d56fa1e53d6 (diff) | |
download | Qt-48a1b43743481a646ad0ebef116f249f891e4e10.zip Qt-48a1b43743481a646ad0ebef116f249f891e4e10.tar.gz Qt-48a1b43743481a646ad0ebef116f249f891e4e10.tar.bz2 |
doc: Removed bad grammar.
Task: QTBUG-8033
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/scribble.qdoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/examples/scribble.qdoc b/doc/src/examples/scribble.qdoc index 3c6d136..5c66410 100644 --- a/doc/src/examples/scribble.qdoc +++ b/doc/src/examples/scribble.qdoc @@ -74,9 +74,8 @@ \o \c MainWindow provides a menu above the \c ScribbleArea. \endlist - We will start by reviewing the \c ScribbleArea class, which - contains the interesting, then we will take a look at the \c - MainWindow class that uses it. + We will start by reviewing the \c ScribbleArea class. Then we will + review the \c MainWindow class, which uses \c ScribbleArea. \section1 ScribbleArea Class Definition |