Skip to content

Commit 479741e

Browse files
randptrd-a-v
authored andcommitted
Fixing minor grammar typos (#6060)
1 parent 67b59be commit 479741e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp8266/WString.h

+2-2
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)