Skip to content

Commit 3384471

Browse files
committed
review of typos a and small errors in some examples
1 parent af32943 commit 3384471

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/08.Strings/StringAppendOperator/StringAppendOperator.ino

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1212
This example code is in the public domain.
1313
*/
14+
1415
String stringOne, stringTwo;
1516

1617
void setup() {

examples/08.Strings/StringLength/StringLength.ino

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1212
This example code is in the public domain.
1313
*/
14+
1415
String txtMsg = ""; // a string for incoming text
1516
int lastStringLength = txtMsg.length(); // previous length of the String
1617

0 commit comments

Comments
 (0)