From 6f9ff6a4872de411d73cd0a1d7c311314469f439 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sat, 2 Mar 2024 00:10:44 +0100 Subject: [PATCH] Doc: Update LimboState class doc --- doc/source/classes/class_limbostate.rst | 2 +- doc_classes/LimboState.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/classes/class_limbostate.rst b/doc/source/classes/class_limbostate.rst index 4f10e24..baa51ce 100644 --- a/doc/source/classes/class_limbostate.rst +++ b/doc/source/classes/class_limbostate.rst @@ -270,7 +270,7 @@ Called during the update. Implement your state's behavior with this method. void **add_event_handler** **(** String p_event, Callable p_handler **)** -Registers a ``p_handler`` to be called when ``p_event`` is dispatched. The method must belong to the state. +Registers a ``p_handler`` to be called when ``p_event`` is dispatched. .. rst-class:: classref-item-separator diff --git a/doc_classes/LimboState.xml b/doc_classes/LimboState.xml index 508bf41..26eb61f 100644 --- a/doc_classes/LimboState.xml +++ b/doc_classes/LimboState.xml @@ -41,7 +41,7 @@ - Registers a [param p_handler] to be called when [param p_event] is dispatched. The method must belong to the state. + Registers a [param p_handler] to be called when [param p_event] is dispatched.