Skip to content

Commit 2e5851c

Browse files
committed
Merge pull request arduino#1153 from maqifrnswa/stringlength_typo
typo in StringLength.ino fixes arduino#1028
2 parents 24cef2e + a309364 commit 2e5851c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/examples/08.Strings/StringLength/StringLength.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void setup() {
2323

2424
// send an intro:
2525
Serial.println("\n\nString length():");
26-
Serial.ptintln();
26+
Serial.println();
2727
}
2828

2929
void loop() {

0 commit comments

Comments
 (0)