From 592017cdcb162e47f5c7d5e1d324c5b07be13d59 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Fri, 31 May 2024 15:54:24 +0700 Subject: [PATCH] Update user_guide_src/source/libraries/images.rst Co-authored-by: kenjis --- user_guide_src/source/libraries/images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/images.rst b/user_guide_src/source/libraries/images.rst index 232174765c91..a439c3321a0b 100644 --- a/user_guide_src/source/libraries/images.rst +++ b/user_guide_src/source/libraries/images.rst @@ -22,7 +22,7 @@ Initializing the Class ********************** Like most other classes in CodeIgniter, the image class is initialized -in your controller by calling the global function service: +in your controller by calling the global function ``service()``: .. literalinclude:: images/001.php