summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLoamhoof <soeren.medard@gmail.com>2015-11-15 21:43:38 +0100
committerLoamhoof <soeren.medard@gmail.com>2015-11-15 21:43:38 +0100
commit79f9ecd1504ea351695ff340020a30df543cf010 (patch)
tree40cba54caf6b5f674c3627eca86c7c68f66d556f /docs
parent8f115e9eed8e71816b9f3a86e0d3aabd47a750d9 (diff)
Fix manual signature for split (non-regex)
Diffstat (limited to 'docs')
-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 baf474bf..b9b8a23a 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -1428,7 +1428,7 @@ sections:
input: '[65, 66, 67]'
output: ['"ABC"']
- - title: "`split`"
+ - title: "`split(str)`"
body: |
Splits an input string on the separator argument.