typo in StringLength.ino fixes #1028

This commit is contained in:
Scott Howard 2012-12-05 13:25:37 -05:00
parent 24cef2ebe3
commit a309364fb8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ void setup() {
// send an intro:
Serial.println("\n\nString length():");
Serial.ptintln();
Serial.println();
}
void loop() {