From 6f1ce5d58e83d9c8a57368680e97533fc123ece5 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Mon, 6 Nov 2017 14:42:54 +0100 Subject: [PATCH] Update setTimeout.adoc CamelCase --- Language/Functions/Communication/Serial/setTimeout.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Communication/Serial/setTimeout.adoc b/Language/Functions/Communication/Serial/setTimeout.adoc index 9399a013a..937e7112a 100644 --- a/Language/Functions/Communication/Serial/setTimeout.adoc +++ b/Language/Functions/Communication/Serial/setTimeout.adoc @@ -15,7 +15,7 @@ title: Serial.setTimeout() [float] === Description -`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. +`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. `Serial.setTimeout()` inherits from the link:../../stream[Stream] utility class. [%hardbreaks] @@ -46,7 +46,7 @@ Nothing [role="language"] * #LANGUAGE# link:../../stream[stream] -* #LANGUAGE# link:../../stream/streamSetTimeout[stream.setTimeout()] +* #LANGUAGE# link:../../stream/streamsettimeout[stream.setTimeout()] -- // SEE ALSO SECTION ENDS