Skip to content

Commit cda7ac8

Browse files
authored
Merge pull request #7 from per1234/serial-println-missing-bracket
Add missing right bracket to Serial.println() page
2 parents 298e9ef + 2b4d14a commit cda7ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/println.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Serial.println()
1414

1515
[float]
1616
=== Description
17-
Prints data to the serial port as human-readable ASCII text followed by a carriage return character (ASCII 13, or '\r') and a newline character (ASCII 10, or '\n'). This command takes the same forms as link:../print[Serial.print().
17+
Prints data to the serial port as human-readable ASCII text followed by a carriage return character (ASCII 13, or '\r') and a newline character (ASCII 10, or '\n'). This command takes the same forms as link:../print[Serial.print()].
1818
[%hardbreaks]
1919

2020

0 commit comments

Comments
 (0)