summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorSimon Elsbrock <simon@iodev.org>2013-02-20 22:38:50 +0100
committerSimon Elsbrock <simon@iodev.org>2013-02-20 22:38:50 +0100
commite45f93f85f22c73025830a6bd0b2807263068996 (patch)
tree618b8c125af06ed7c702aa7bab180266aab707fe /docs/content
parent925ec3751f3b407c17412b0fa04a84fe39c1e0b7 (diff)
fix typo in manual
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index de608210..21907b95 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -178,7 +178,7 @@ sections:
If you use the `.[foo]` syntax, but omit the index
entirely, it will return *all* of the elements of an
array. Running `.[]` with the input `[1,2,3]` will produce the
- numbers as three seperate results, rather than as a single
+ numbers as three separate results, rather than as a single
array.
examples: