summaryrefslogtreecommitdiff
path: root/goo
diff options
context:
space:
mode:
authorAlbert Astals Cid <tsdgeos@yahoo.es>2019-11-19 20:20:38 +0000
committerAlbert Astals Cid <tsdgeos@yahoo.es>2019-11-19 20:21:11 +0000
commit99f99aa9d475b0640a6efa0aca922c7eaf5bfdc0 (patch)
tree55e446c67cf7492378bb3cb4d7eac8ee7bd6e550 /goo
parent1417e6825b525eb09b67fdd80ddbbd33ce6eb5dc (diff)
fix comment
Diffstat (limited to 'goo')
-rw-r--r--goo/GooString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/goo/GooString.h b/goo/GooString.h
index 6543d833..5fccbe83 100644
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -155,7 +155,7 @@ public:
// Delete a character or range of characters.
GooString *del(int i, int n = 1) { erase(i, n); return this; }
- // Convert string to all-upper/all-lower case.
+ // Convert string to all-lower case.
GooString *lowerCase();
// Compare two strings: -1:< 0:= +1:>