Skip to content

Commit 9a89bd4

Browse files
authored
Merge pull request #496 from per1234/see-also-link-typo
Correct function name in "See Also" link
2 parents 578a112 + 23a4098 commit 9a89bd4

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)