1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Corrected comments in String examples.

This commit is contained in:
Tom Igoe
2010-08-01 16:19:08 +00:00
parent 80095dc092
commit 77d5919b6d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ void setup() {
Serial.begin(9600);
stringOne = String("this");
stringTwo = String("that");
Serial.println("\n\nAdding strings together (concatenation):");
Serial.println("\n\nComparing Strings:");
}