Skip to content

Commit c4fcc24

Browse files
geokeloglouper1234
andauthored
Space after slashes for comments. (arduino#716)
Co-authored-by: per1234 <[email protected]>
1 parent bd73a13 commit c4fcc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Time/millis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void loop() {
5656
Serial.print("Time: ");
5757
myTime = millis();
5858
59-
Serial.println(myTime); //prints time since program started
59+
Serial.println(myTime); // prints time since program started
6060
delay(1000); // wait a second so as not to send massive amounts of data
6161
}
6262
----

0 commit comments

Comments
 (0)