Skip to content

Commit 1763333

Browse files
author
Akshay Sharma
committed
Update readString.adoc minor formating
1 parent 52649ff commit 1763333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readString.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[float]
1414
=== Description
15-
Serial.readString() reads characters from the serial buffer into a string. The function terminates if it times out (see link:setTimeout{ext-relative}[setTimeout()]).
15+
`Serial.readString()` reads characters from the serial buffer into a string. The function terminates if it times out (see link:setTimeout{ext-relative}[setTimeout()]).
1616

1717
This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:stream{ext-relative}[Stream class] main page for more information.
1818

0 commit comments

Comments
 (0)