Skip to content

Commit 1be9921

Browse files
authored
Fixes broken link and code highlighting in streamFindUntil.adoc.
Fixes #584.
1 parent b66fdc8 commit 1be9921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamFindUntil.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ title: Stream.findUntil()
1414

1515
[float]
1616
=== Description
17-
`findUntil()` reads data from the stream until the target string of given length or terminator string is found, or it times out (see ../streamsettimeout[Stream.setTimeout()]).
17+
`findUntil()` reads data from the stream until the target string of given length or terminator string is found, or it times out (see link:../streamsettimeout[Stream.setTimeout()]).
1818

19-
The function returns true if target string is found, false if timed out
19+
The function returns `true` if target string is found, `false` if timed out.
2020

2121
This function is part of the Stream class, and can be called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information.
2222
[%hardbreaks]

0 commit comments

Comments
 (0)