From 47f1b4b992c5806d75cec2213700fcae0771abba Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Fri, 31 May 2024 15:54:36 +0700 Subject: [PATCH] Update user_guide_src/source/libraries/caching.rst Co-authored-by: kenjis --- user_guide_src/source/libraries/caching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/caching.rst b/user_guide_src/source/libraries/caching.rst index f86b9c5fc71c..a56f5f338d9b 100644 --- a/user_guide_src/source/libraries/caching.rst +++ b/user_guide_src/source/libraries/caching.rst @@ -19,7 +19,7 @@ The following example shows a common usage pattern within your controllers. .. literalinclude:: caching/001.php -You can grab an instance of the cache engine directly through the global function service: +You can grab an instance of the cache engine directly through the global function ``service()``: .. literalinclude:: caching/002.php