summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-03-02 11:38:30 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-03-02 11:38:30 -0800
commit8044278e37995e3c2fa78f5588e2fdcfc51f76fd (patch)
tree52c84b787d1c0c65bcdfd4a77db5b53c6fa4064b
parent1d0564646d9ba8ca5acaf0224b40c7cad4e709c5 (diff)
downloadmustache-spec-8044278e37995e3c2fa78f5588e2fdcfc51f76fd.tar.gz
Another quick typo correction.
-rw-r--r--specs/inverted.yml2
-rw-r--r--specs/sections.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/specs/inverted.yml b/specs/inverted.yml
index a5a84d8..9713188 100644
--- a/specs/inverted.yml
+++ b/specs/inverted.yml
@@ -17,7 +17,7 @@ overview: |
3) If the context is an object and the method with the given name has an
arity of 1, the method SHOULD be called with a String containing the
unprocessed contents of the sections; the data is the value returned.
- 3) Otherwise, the data is the value returned by calling the method with
+ 4) Otherwise, the data is the value returned by calling the method with
the given name.
If the data is not of a list type, it is coerced into a list as follows: if
the data is truthy (e.g. `!!data == true`), use a single-element list
diff --git a/specs/sections.yml b/specs/sections.yml
index 5ce86a8..1688492 100644
--- a/specs/sections.yml
+++ b/specs/sections.yml
@@ -16,7 +16,7 @@ overview: |
3) If the context is an object and the method with the given name has an
arity of 1, the method SHOULD be called with a String containing the
unprocessed contents of the sections; the data is the value returned.
- 3) Otherwise, the data is the value returned by calling the method with
+ 4) Otherwise, the data is the value returned by calling the method with
the given name.
If the data is not of a list type, it is coerced into a list as follows: if
the data is truthy (e.g. `!!data == true`), use a single-element list