summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide_src/source/database/results.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst
index 54465b39a..658b0bc59 100644
--- a/user_guide_src/source/database/results.rst
+++ b/user_guide_src/source/database/results.rst
@@ -177,7 +177,7 @@ Custom Result Objects
*********************
You can have the results returned as an instance of a custom class instead of a stdClass or array,
-as the ``result()`` and ``result_array()`` methods allow.This requires that the class is already
+as the ``result()`` and ``result_array()`` methods allow. This requires that the class is already
loaded into memory. The class will have all values returned from the database set on the class
as class variables. If your class already has those class variables created and ``protected`` then
you should provide a ``__set()`` method to allow the class variables to be set.