aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0268b46..9464d4d 100644
--- a/readme.md
+++ b/readme.md
@@ -144,7 +144,7 @@ the result of the application of the lambda `y` to the argument `x`. see ยง lamb
a list containing the list `y`'s values with the lambda `x` applied to them, in order.
### `@*`
-all results of the lambda `y` applied to all instances of `x`
+all results of the lambda `y` applied to each instance of `x`
## unary operators
the unary operators, when used, evaluate to their definitions below.