diff --git a/Language/Functions/Communication/Stream/streamReadBytes.adoc b/Language/Functions/Communication/Stream/streamReadBytes.adoc index 99fc8cf6d..5ca3ce43a 100644 --- a/Language/Functions/Communication/Stream/streamReadBytes.adoc +++ b/Language/Functions/Communication/Stream/streamReadBytes.adoc @@ -33,7 +33,7 @@ This function is part of the Stream class, and can be called by any class that i `buffer` : the buffer to store the bytes in (`char[]` or `byte[]`) -`length` : the number of bytes to `read(int)` +`length` : the number of bytes to read `(int)` [float] === Returns diff --git a/Language/Functions/Communication/Stream/streamReadBytesUntil.adoc b/Language/Functions/Communication/Stream/streamReadBytesUntil.adoc index 8038d7ae2..7b1909ba4 100644 --- a/Language/Functions/Communication/Stream/streamReadBytesUntil.adoc +++ b/Language/Functions/Communication/Stream/streamReadBytesUntil.adoc @@ -35,7 +35,7 @@ This function is part of the Stream class, and can be called by any class that i `buffer`: the buffer to store the bytes in (`char[]` or `byte[]`) -`length` : the number of bytes to `read(int)` +`length` : the number of bytes to read `(int)` [float] === Returns