summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/call_function.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/database/call_function.rst')
-rw-r--r--user_guide_src/source/database/call_function.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/call_function.rst b/user_guide_src/source/database/call_function.rst
index 9890fc453..83fc870d0 100644
--- a/user_guide_src/source/database/call_function.rst
+++ b/user_guide_src/source/database/call_function.rst
@@ -7,7 +7,7 @@ $this->db->call_function();
This function enables you to call PHP database functions that are not
natively included in CodeIgniter, in a platform independent manner. For
-example, lets say you want to call the mysql_get_client_info()
+example, let's say you want to call the mysql_get_client_info()
function, which is **not** natively supported by CodeIgniter. You could
do so like this::