Skip to content

Commit 23a4098

Browse files
committed
Correct function name in "See Also" link
readByteUntil -> readBytesUntil
1 parent 633ff24 commit 23a4098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readBytesUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
5454

5555
[role="language"]
5656
* #LANGUAGE# link:../../stream[Stream]
57-
* #LANGUAGE# link:../../stream/streamreadbytesuntil[Stream.readByteUntil()]
57+
* #LANGUAGE# link:../../stream/streamreadbytesuntil[Stream.readBytesUntil()]
5858

5959
--
6060
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)