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.