From 453fc86fcbbd441b5892f4e64a7f5e9a7d6cf2a8 Mon Sep 17 00:00:00 2001 From: Zafrir Ron Date: Tue, 8 Nov 2022 12:29:05 +0200 Subject: [PATCH] Fix set speed comment As per review comment --- docs/source/Plugin/P012.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Plugin/P012.rst b/docs/source/Plugin/P012.rst index 5262c62d1..8086291d0 100644 --- a/docs/source/Plugin/P012.rst +++ b/docs/source/Plugin/P012.rst @@ -132,9 +132,9 @@ The following example displays a running X across the screen, switching between //Change speed on changeSpeed do if [int#7] = [int#5] // if current speed = speed1 - let,7,[int#6] // set to speed1 + let,7,[int#6] // set to speed2 else - let,7,[int#5] // set to speed2 + let,7,[int#5] // set to speed1 endif loopTimerSet_ms,1,[int#7] // set new timer to current speed endon