From 2389f7e0ab93dcb2b4e50cb51dfa736df5e5ee38 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 3 Jan 2025 23:24:13 +0530 Subject: [PATCH] Update en/appendices/6-0-migration-guide.rst Co-authored-by: othercorey --- en/appendices/6-0-migration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/appendices/6-0-migration-guide.rst b/en/appendices/6-0-migration-guide.rst index 26bf9d71ae..f1da953f0a 100644 --- a/en/appendices/6-0-migration-guide.rst +++ b/en/appendices/6-0-migration-guide.rst @@ -20,5 +20,5 @@ Behavior Changes Breaking Changes ================ - The default placeholder format for ``Text::insert()`` has been changed. - They are now of the form ``{foo}`` instead of ``:foo``. You can get the old + They now use ``{foo}`` instead of ``:foo``. You can get the old behavior by using the ``before`` and ``after`` keys of ``$options``.