summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-29 14:45:42 +0000
committerSimon Holywell <[email protected]>2012-11-29 14:45:42 +0000
commitceb24a8dae8c674b6ec48444a6c4dead13e69bb2 (patch)
tree822e7d53b6b62961b3496a27a78e2402b026fd15
parent8083d63741f91a285cf433de0fe6b36a9140d91c (diff)
Correct spelling error in documentation
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 6a5af9e..07d7414 100644
--- a/README.markdown
+++ b/README.markdown
@@ -485,7 +485,7 @@ To add a new record, you need to first create an "empty" object instance. You th
After the object has been saved, you can call its `id()` method to find the autogenerated primary key value that the database assigned to it.
-To determine if the instance you are operating on has been obtained by calling `create()` or whether it was via query on the database you can call `is_new()` on it to get a boolean response.
+To determine if the instance you are operating on has been obtained by calling `create()` or whether it was via a query on the database you can call `is_new()` on it to get a boolean response.
#### Properties containing expressions ####