From e0baa18ecad783e9d4d50c6cb09860b0aeaf77e7 Mon Sep 17 00:00:00 2001 From: Ingurum Date: Mon, 31 Oct 2022 05:50:56 +0100 Subject: [PATCH] fix numbercall function names (#2255) --- components/number/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/number/index.rst b/components/number/index.rst index ec91665e0..0ed07ad20 100644 --- a/components/number/index.rst +++ b/components/number/index.rst @@ -309,8 +309,8 @@ advanced stuff (see the full API Reference for more info). call.perform(); Check the API reference for information on the methods that are available for - the ``NumberCall`` object. You can for example also use ``call.to_min()`` - to set the number to its minimum value or ``call.increment(true)`` to increment + the ``NumberCall`` object. You can for example also use ``call.number_to_min()`` + to set the number to its minimum value or ``call.number_increment(true)`` to increment the number by its step size with the cycle feature enabled. - ``.state``: Retrieve the current value of the number. Is ``NAN`` if no value has been read or set.