File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class String {
9898
9999 // returns true on success, false on failure (in which case, the string
100100 // is left unchanged). if the argument is null or invalid, the
101- // concatenation is considered unsucessful .
101+ // concatenation is considered unsuccessful .
102102 unsigned char concat (const String &str);
103103 unsigned char concat (const char *cstr);
104104 unsigned char concat (char c);
@@ -199,7 +199,7 @@ class String {
199199 unsigned char startsWith (const String &prefix, unsigned int offset) const ;
200200 unsigned char endsWith (const String &suffix) const ;
201201
202- // character acccess
202+ // character access
203203 char charAt (unsigned int index) const ;
204204 void setCharAt (unsigned int index, char c);
205205 char operator [](unsigned int index) const ;
You can’t perform that action at this time.
0 commit comments