Skip to content

Commit 6ae25a1

Browse files
authored
Fix variable name according to the example
1 parent 686e9ae commit 6ae25a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Returns null or an indexed array of column values:
487487

488488
.. literalinclude:: model/008.php
489489

490-
``$column_name`` should be a name of single column else you will get the ``DataException``.
490+
``$columnName`` should be a name of single column else you will get the ``DataException``.
491491

492492
findAll()
493493
---------

0 commit comments

Comments
 (0)