From a309364fb88ecb93fa84cf9bb7c4294c476b00e7 Mon Sep 17 00:00:00 2001 From: Scott Howard Date: Wed, 5 Dec 2012 13:25:37 -0500 Subject: [PATCH] typo in StringLength.ino fixes #1028 --- build/shared/examples/08.Strings/StringLength/StringLength.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/examples/08.Strings/StringLength/StringLength.ino b/build/shared/examples/08.Strings/StringLength/StringLength.ino index ea9793b43..0d73364e2 100644 --- a/build/shared/examples/08.Strings/StringLength/StringLength.ino +++ b/build/shared/examples/08.Strings/StringLength/StringLength.ino @@ -23,7 +23,7 @@ void setup() { // send an intro: Serial.println("\n\nString length():"); - Serial.ptintln(); + Serial.println(); } void loop() {