Skip to content

Commit 81434f4

Browse files
authored
Merge pull request #586 from SeppPenner/patch-1
Fixes broken link and code highlighting in streamFind.adoc
2 parents f75b031 + abfdfb9 commit 81434f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Communication/Stream/streamFind.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Stream.find()
1414

1515
[float]
1616
=== Description
17-
`find()` reads data from the stream until the target is found. The function returns true if target is found, false if timed out (see ../streamsettimeout[Stream.setTimeout()]).
17+
`find()` reads data from the stream until the target is found. The function returns true if target is found, false if timed out (see link:../streamsettimeout[Stream.setTimeout()]).
1818

1919
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.
2020
[%hardbreaks]
@@ -30,9 +30,9 @@ This function is part of the Stream class, and can be called by any class that i
3030
=== Parameters
3131
`stream` : an instance of a class that inherits from Stream.
3232

33-
`target` : the string to search for (char)
33+
`target` : the string to search for (`char`)
3434

35-
`length` : length of the target (size_t)
35+
`length` : length of the target (`size_t`)
3636

3737
[float]
3838
=== Returns

0 commit comments

Comments
 (0)