Skip to content

Commit 39d87b4

Browse files
authored
Merge pull request #502 from per1234/fix-length-parameter-markup
Fix markup of Stream.readBytesUntil() length parameter documentation
2 parents 0a26818 + 016bcea commit 39d87b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Stream/streamReadBytesUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This function is part of the Stream class, and is called by any class that inher
3535

3636
`buffer`: the buffer to store the bytes in (`char[]` or `byte[]`)
3737

38-
`length : the number of bytes to `read(int)`
38+
`length` : the number of bytes to `read(int)`
3939

4040
[float]
4141
=== Returns

0 commit comments

Comments
 (0)