From c91a6c97ae8f3b10ee33c91225ce2d865c2a268a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 8 May 2009 12:37:28 +0000 Subject: Clarified docstring for String::insertChar svn-id: r40382 --- common/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/str.h b/common/str.h index 9c5e267f1c..4dc0f1be92 100644 --- a/common/str.h +++ b/common/str.h @@ -194,7 +194,7 @@ public: /** Set character c at position p, replacing the previous character there. */ void setChar(char c, uint32 p); - /** Set character c at position p. */ + /** Insert character c before position p. */ void insertChar(char c, uint32 p); /** Clears the string, making it empty. */ -- cgit v1.2.3