From d3ba4968f776d3532cc2892d910785a372727865 Mon Sep 17 00:00:00 2001 From: Gustav Wiberg <52791556+Guswib@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:20:20 +0200 Subject: [PATCH] Update clearWireTimeoutFlag.adoc The syntax of the discription of the function used the old name of the function, i.e. clearTimeout() instead of clearTimeoutFlag() --- .../Functions/Communication/Wire/clearWireTimeoutFlag.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Communication/Wire/clearWireTimeoutFlag.adoc b/Language/Functions/Communication/Wire/clearWireTimeoutFlag.adoc index 66bb4146..3f26df41 100644 --- a/Language/Functions/Communication/Wire/clearWireTimeoutFlag.adoc +++ b/Language/Functions/Communication/Wire/clearWireTimeoutFlag.adoc @@ -18,7 +18,7 @@ Timeouts might not be enabled by default. See the documentation for `Wire.setWir [float] === Syntax -`Wire.clearTimeout()` +`Wire.clearTimeoutFlag()` [float] === Parameters @@ -34,4 +34,4 @@ This function was not available in the original version of the Wire library and -- -//OVERVIEW SECTION ENDS \ No newline at end of file +//OVERVIEW SECTION ENDS