summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Ruston <[email protected]>2013-04-02 01:07:19 +0100
committerBenjamin Ruston <[email protected]>2013-04-02 01:07:19 +0100
commitdc2bd8259060d4293430abadbe6afbba68bb1399 (patch)
treee338490f11f0557651953bfe7ef74ee4db4890ae
parentd4fa7474542601d6facd15207d41ec7ea3f30674 (diff)
docs: querying: minor typo
-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