diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-10-31 19:04:54 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-10-31 19:04:54 +0100 |
commit | 6fa0ea62fba63cda1da1992099f87a659d8d130a (patch) | |
tree | 00708bf40195c4644df73ab7bae3440dc6a65952 | |
parent | b3803374edb432b21cb98f03f1e22cd6f361a8bc (diff) | |
download | mew-6fa0ea62fba63cda1da1992099f87a659d8d130a.tar.gz mew-6fa0ea62fba63cda1da1992099f87a659d8d130a.tar.xz mew-6fa0ea62fba63cda1da1992099f87a659d8d130a.zip |
consistency
-rw-r--r-- | mew.svnwiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index a9c7ee4..378e87c 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -297,7 +297,7 @@ numbers. Returns an accumulator that stores all elements in lists in a hash-table, applying {{<f>}} to the element to compute the key. -<procedure>(inject <f> [<init>])</procedure> +<procedure>(inject <f> <init>?)</procedure> Returns a procedure that takes an generator (or something convertible by {{gen}}) and folds the function {{<f>}} over its values. If given, |