diff options
| author | 2008-11-11 12:38:52 +0000 | |
|---|---|---|
| committer | 2008-11-11 12:38:52 +0000 | |
| commit | f5be5eb0c6f861020b10ccc64e6fd91c67f77ec7 (patch) | |
| tree | 53490be125ed67189c3ed83a6ecaad45c748c1f2 | |
| parent | fixed default of ?d format string, thank you Rasqual for niticing (diff) | |
| download | KVIrc-f5be5eb0c6f861020b10ccc64e6fd91c67f77ec7.tar.gz KVIrc-f5be5eb0c6f861020b10ccc64e6fd91c67f77ec7.tar.bz2 KVIrc-f5be5eb0c6f861020b10ccc64e6fd91c67f77ec7.zip | |
fixed a typo in kvs documentation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2847 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_parser.cpp b/src/kvirc/kvs/kvi_kvs_parser.cpp index 939afaf9c..31b5dc943 100644 --- a/src/kvirc/kvs/kvi_kvs_parser.cpp +++ b/src/kvirc/kvs/kvi_kvs_parser.cpp @@ -1972,7 +1972,7 @@ KviKvsTreeNodeInstruction * KviKvsParser::parseAsParameter(const QChar * pBuffer [/example] [p] - You may have already noticed that the [fnc]$key[/fnc]() function returns + You may have already noticed that the [fnc]$keys[/fnc]() function returns the array of the hash keys: it is useful to iterate over the hash items. [/p] |
