Merge pull request #1153 from maqifrnswa/stringlength_typo

typo in StringLength.ino fixes #1028
This commit is contained in:
Cristian Maglie 2012-12-06 00:14:59 -08:00
commit 2e5851c002
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() {