From 9831b3758d4314292ec757d248fba3d3420da6b0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 30 May 2018 04:40:32 -0700 Subject: [PATCH] Correct return type of flush() Reference: https://github.com/arduino/ArduinoCore-avr/blob/b7c607663fecc232e598f2c0acf419ceb0b7078c/cores/arduino/Print.h#L90 --- Language/Functions/Communication/Stream/streamFlush.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Stream/streamFlush.adoc b/Language/Functions/Communication/Stream/streamFlush.adoc index 1658d9fff..498fef16d 100644 --- a/Language/Functions/Communication/Stream/streamFlush.adoc +++ b/Language/Functions/Communication/Stream/streamFlush.adoc @@ -31,7 +31,7 @@ This function is part of the Stream class, and is called by any class that inher [float] === Returns -`boolean` +Nothing -- // OVERVIEW SECTION ENDS \ No newline at end of file