Skip to content

Commit 66889ab

Browse files
authored
Merge pull request #701 from robzach/patch-2
removed unspaced pluralization of data type (bytes) which caused MD p…
2 parents f9115e4 + 19fefd6 commit 66889ab

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
@@ -31,7 +31,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
3131
=== Parameters
3232
`_Serial_`: serial port object. See the list of available serial ports for each board on the link:../../serial[Serial main page]. +
3333
`character`: the character to search for. Allowed data types: `char`. +
34-
`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`s. +
34+
`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`. +
3535
`length`: the number of bytes to read. Allowed data types: `int`.
3636

3737

0 commit comments

Comments
 (0)