From 3baa7383c1e6f80f1b8bca7b231e953d360c5b39 Mon Sep 17 00:00:00 2001 From: request3301 <169062469+request3301@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:07:58 +0300 Subject: [PATCH] Corrected typo (#1519) * typo in scene.rst * Create 1519.doc.rst --- CHANGES/1519.doc.rst | 1 + docs/dispatcher/finite_state_machine/scene.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1519.doc.rst diff --git a/CHANGES/1519.doc.rst b/CHANGES/1519.doc.rst new file mode 100644 index 00000000..ec223720 --- /dev/null +++ b/CHANGES/1519.doc.rst @@ -0,0 +1 @@ +Corrected typo. diff --git a/docs/dispatcher/finite_state_machine/scene.rst b/docs/dispatcher/finite_state_machine/scene.rst index 42e7b2ab..0c385e78 100644 --- a/docs/dispatcher/finite_state_machine/scene.rst +++ b/docs/dispatcher/finite_state_machine/scene.rst @@ -237,7 +237,7 @@ you should use :code:`on.message` or :code:`on.inline_query` marker: pass -Scene has only tree points for transitions: +Scene has only three points for transitions: - enter point - when user enters to the scene - leave point - when user leaves the scene and the enter another scene