Skip to content

Commit 2ea671e

Browse files
committed
docs: replace function with method
1 parent a0554f3 commit 2ea671e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ that extends ``CodeIgniter\Model``:
5353
This empty class provides convenient access to the database connection, the Query Builder,
5454
and a number of additional convenience methods.
5555

56-
Should you need additional setup in your model you may extend the ``initialize()`` function
56+
Should you need additional setup in your model you may extend the ``initialize()`` method
5757
which will be run immediately after the Model's constructor. This allows you to perform
5858
extra steps without repeating the constructor parameters, for example extending other models:
5959

0 commit comments

Comments
 (0)