From 801d2ef2ea2c4dd19beedbedf8617c30449788d2 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 10 Apr 2024 14:30:35 +0900 Subject: [PATCH] docs: fix typo --- user_guide_src/source/installation/upgrade_451.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/installation/upgrade_451.rst b/user_guide_src/source/installation/upgrade_451.rst index 3c7e14a6e749..9ac3e02d3b09 100644 --- a/user_guide_src/source/installation/upgrade_451.rst +++ b/user_guide_src/source/installation/upgrade_451.rst @@ -22,7 +22,7 @@ Breaking Changes - **QueryBuilder:** Due to a bug fix, the parameter type of ``BaseBuilder::_escapeString()`` has been changed from ``string`` to ``string|Stringable``. If you are extending - this method, update the method paramtere type. + this method, update the method parameter type. ********************* Breaking Enhancements