1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

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

View File

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