You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit e31bf92.
In Arduino, the word string refers to two different things:
- Instance of the String class: Called a "String".
- Null terminated char array: Called a "string".
Since they are two very different things that only differ in the capitalization of the first letter, this causes a lot of confusion for beginners. Thus, it's very important that the reference correctly capitalize these words.
0 commit comments