diff --git a/docs/querying.rst b/docs/querying.rst index a460a6a2..f3d4edeb 100644 --- a/docs/querying.rst +++ b/docs/querying.rst @@ -158,7 +158,7 @@ over it just like an array. find_result_set() as $record) { - echo $person->name; + echo $record->name; } .. code-block:: php