diff --git a/typo3/sysext/core/Documentation/Changelog/12.2/Deprecation-99615-GeneralUtilityGPMerged.rst b/typo3/sysext/core/Documentation/Changelog/12.2/Deprecation-99615-GeneralUtilityGPMerged.rst
index 785567036f646e562184d72e0edcd8237f56ca27..8f39b744edc182b07303520a1a04d933aaa213eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.2/Deprecation-99615-GeneralUtilityGPMerged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.2/Deprecation-99615-GeneralUtilityGPMerged.rst
@@ -61,7 +61,7 @@ Typical code:
     $getMergedWithPost = GeneralUtility::_GPmerged('tx_scheduler');
 
     // After
-    $getMergedWithPost = $request->getQueryString()['tx_scheduler'];
+    $getMergedWithPost = $request->getQueryParams()['tx_scheduler'];
     ArrayUtility::mergeRecursiveWithOverrule($getMergedWithPost, $request->getParsedBody()['tx_scheduler']);
 
 .. index:: Backend, PHP-API, FullyScanned, ext:backend