diff --git a/user_guide_src/source/models/model.rst b/user_guide_src/source/models/model.rst index f1383b45f803..76feb2b7c7c1 100644 --- a/user_guide_src/source/models/model.rst +++ b/user_guide_src/source/models/model.rst @@ -492,8 +492,8 @@ of just one: .. literalinclude:: model/007.php -.. note:: If no parameters are passed in, ``find()`` will return all rows in that model's table, - effectively acting like ``findAll()``, though less explicit. +.. note:: If ``find()`` is called without parameters or with ``null``, it will return all rows in + that model's table, effectively acting like ``findAll()``, though less explicit. findColumn() ------------