From bf65bf7e18094c11fd1664927950fc9314fa9f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=B8=EB=B2=8C?= Date: Sat, 9 Dec 2017 13:06:07 +0900 Subject: [PATCH] Added missing right bracket --- Language/Functions/Communication/Serial/println.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Serial/println.adoc b/Language/Functions/Communication/Serial/println.adoc index 1beb55f17..4185a2fb9 100644 --- a/Language/Functions/Communication/Serial/println.adoc +++ b/Language/Functions/Communication/Serial/println.adoc @@ -14,7 +14,7 @@ title: Serial.println() [float] === Description -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(). +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()]. [%hardbreaks]