From f90a58ad8c48d66bfa046ca3b84d93fd66afe0d1 Mon Sep 17 00:00:00 2001 From: fridde Date: Sun, 1 Sep 2013 00:24:23 +0200 Subject: Minor confusion --- docs/querying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying.rst b/docs/querying.rst index 1e5afd3..e93994b 100644 --- a/docs/querying.rst +++ b/docs/querying.rst @@ -126,7 +126,7 @@ over it just like an array. find_result_set() as $record) { - echo $person->name; + echo $record->name; } .. code-block:: php -- cgit v1.2.3