summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-04-07 07:16:51 -0700
committerSimon Holywell <[email protected]>2013-04-07 07:16:51 -0700
commit01112f5ac14b24aed8038cc0ae99801007ef26b8 (patch)
treee338490f11f0557651953bfe7ef74ee4db4890ae /docs
parentd4fa7474542601d6facd15207d41ec7ea3f30674 (diff)
parentdc2bd8259060d4293430abadbe6afbba68bb1399 (diff)
Merge pull request #111 from bruston/bruston-docfix
docs: querying: minor typo
Diffstat (limited to 'docs')
-rw-r--r--docs/querying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/querying.rst b/docs/querying.rst
index d6a56e5..1e5afd3 100644
--- a/docs/querying.rst
+++ b/docs/querying.rst
@@ -107,7 +107,7 @@ So for example instead of running this:
$person->save();
}
-You can simple do this instead:
+You can simply do this instead:
.. code-block:: php