Skip to content

Commit 6f1ce5d

Browse files
author
SimonePDA
authored
Update setTimeout.adoc
CamelCase
1 parent 7139a6c commit 6f1ce5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Serial/setTimeout.adoc

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

1616
[float]
1717
=== Description
18-
`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readBytesUntil[serial.readBytesUntil()] or link:../readBytes[serial.readBytes()]. It defaults to 1000 milliseconds.
18+
`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readbytesuntil[serial.readBytesUntil()] or link:../readbytes[serial.readBytes()]. It defaults to 1000 milliseconds.
1919

2020
`Serial.setTimeout()` inherits from the link:../../stream[Stream] utility class.
2121
[%hardbreaks]
@@ -46,7 +46,7 @@ Nothing
4646

4747
[role="language"]
4848
* #LANGUAGE# link:../../stream[stream]
49-
* #LANGUAGE# link:../../stream/streamSetTimeout[stream.setTimeout()]
49+
* #LANGUAGE# link:../../stream/streamsettimeout[stream.setTimeout()]
5050

5151
--
5252
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)