summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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