From f08c10350366da855034209be8d2686ac9e4c74f Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 22 Aug 2024 08:04:58 +0900 Subject: [PATCH] docs: remove unneeded "`" --- user_guide_src/source/changelogs/v4.6.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/changelogs/v4.6.0.rst b/user_guide_src/source/changelogs/v4.6.0.rst index 2077164e8ba1..7814caa04669 100644 --- a/user_guide_src/source/changelogs/v4.6.0.rst +++ b/user_guide_src/source/changelogs/v4.6.0.rst @@ -104,7 +104,7 @@ Method Signature Changes - **View:** The return type of the ``renderSection()`` method has been changed to ``string``, and now the method does not call ``echo``. - **Time:** The first parameter type of the ``createFromTimestamp()`` has been - changed from ``int`` to ``int|float``, and the return type ``static``` has been + changed from ``int`` to ``int|float``, and the return type ``static`` has been added. Removed Type Definitions