Skip to content

Commit 9fbeced

Browse files
author
Stefania
authored
Merge pull request #231 from arduino/SimonePDA-patch-3
Update streamReadStringUntil.adoc
2 parents 640fd3e + e95f320 commit 9fbeced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamReadStringUntil.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Stream.readStringUntil()
1515

1616
[float]
1717
=== Description
18-
`readStringUntil()` reads characters from a stream into a string. The function terminates if the terminator character is detected or it times out (see link:../streamSetTimeout[setTimeout()]).
18+
`readStringUntil()` reads characters from a stream into a string. The function terminates if the terminator character is detected or it times out (see link:../streamsettimeout[setTimeout()]).
1919

2020
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[Stream class] main page for more information.
2121
[%hardbreaks]
@@ -35,4 +35,4 @@ This function is part of the Stream class, and is called by any class that inher
3535
The entire string read from a stream, until the terminator character is detected.
3636

3737
--
38-
// OVERVIEW SECTION ENDS
38+
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)