aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <zachary@zacharyscott.net>2014-02-09 10:03:30 +0200
committerZachary Scott <zachary@zacharyscott.net>2014-02-09 12:30:00 +0100
commitae7580ac287df477e7f5dd57136d5eec3813629d (patch)
treec9758b82c4ba7c700e6f2ccf16dad69d6da869d2 /guides
parent7afd92e60b38b34404a38592d6e3e652c1623b6a (diff)
downloadrails-ae7580ac287df477e7f5dd57136d5eec3813629d.tar.gz
rails-ae7580ac287df477e7f5dd57136d5eec3813629d.tar.bz2
rails-ae7580ac287df477e7f5dd57136d5eec3813629d.zip
Fixed a grammatical error in Booleans section of API documentation guide
from e1e17a5
Diffstat (limited to 'guides')
-rw-r--r--guides/source/api_documentation_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index 622d57a943..26afa72b8d 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -172,7 +172,7 @@ def empty?
end
```
-The API is careful not to commit to any particular value, the predicate has
+The API is careful not to commit to any particular value, the method has
predicate semantics, that's enough.
Filenames