Skip to content

Commit 51f4d4d

Browse files
committed
docs: fix RST format
1 parent c4be77e commit 51f4d4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/database/call_function.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Custom Function Calls
66
:local:
77
:depth: 2
88

9-
$db->callFunction();
10-
============================
9+
$db->callFunction()
10+
===================
1111

1212
This function enables you to call PHP database functions that are not
1313
natively included in CodeIgniter, in a platform-independent manner. For
@@ -17,7 +17,7 @@ do so like this:
1717

1818
.. literalinclude:: call_function/001.php
1919

20-
You must supply the name of the function, **without** the mysql\_
20+
You must supply the name of the function, **without** the ``mysql_``
2121
prefix, in the first parameter. The prefix is added automatically based
2222
on which database driver is currently being used. This permits you to
2323
run the same function on different database platforms. Obviously, not all

0 commit comments

Comments
 (0)