diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
commit | 826066dbe5f298ec0515d21fa182d15ee3762f37 (patch) | |
tree | 5fcda73d5765ebd879076f165829d746180c2fd9 /doc/src/scripting | |
parent | 01245bcabf97dfdfdd23a2ec075b8de3e78bdeb2 (diff) | |
download | Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.zip Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.gz Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'doc/src/scripting')
-rw-r--r-- | doc/src/scripting/scripting.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/scripting/scripting.qdoc b/doc/src/scripting/scripting.qdoc index edee52a..2c22989 100644 --- a/doc/src/scripting/scripting.qdoc +++ b/doc/src/scripting/scripting.qdoc @@ -1007,7 +1007,7 @@ Because of the presence of the built-in \c arguments object, implementing functions that take a variable number of arguments is simple. In fact, as we have seen, in the technical sense \e{all} - Qt Script functions can be seen as variable-argument functions). + Qt Script functions can be seen as variable-argument functions. As an example, consider a concat() function that takes an arbitrary number of arguments, converts the arguments to their string representation and concatenates the results; for example, |