Skip to content

Commit 5e3e526

Browse files
authored
Merge pull request #715 from VishnuEaswaran/patch-1
[vishnu] typo corrected.
2 parents 9a838f5 + 58ff376 commit 5e3e526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readBytes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: Serial.readBytes()
3030
[float]
3131
=== Parameters
3232
`_Serial_`: serial port object. See the list of available serial ports for each board on the link:../../serial[Serial main page]. +
33-
`buffer`: the buffer to store the bytes in. Allowed data types: or array of `char` or `byte`. +
33+
`buffer`: the buffer to store the bytes in. Allowed data types: array of `char` or `byte`. +
3434
`length`: the number of bytes to read. Allowed data types: `int`.
3535

3636

0 commit comments

Comments
 (0)