Skip to content

Commit 02e6e99

Browse files
author
SimonePDA
authored
Update streamReadBytesUntil.adoc
CamelCase Links
1 parent e5097ef commit 02e6e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamReadBytesUntil.adoc

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

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

2020
`readBytesUntil()` returns the number of bytes placed in the buffer. A 0 means no valid data was found.
2121

@@ -43,4 +43,4 @@ This function is part of the Stream class, and is called by any class that inher
4343
The number of bytes placed in the buffer.
4444

4545
--
46-
// OVERVIEW SECTION ENDS
46+
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)