aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 23:25:43 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 23:25:43 -0600
commitf610fba24bb03a5c8b48782878b90862837c8e40 (patch)
tree28930f6ddcd370a063218f4b221693c26bdfe27d
parent9ba23b1dfae182bb81c715b09ba358a7af6ebe4d (diff)
clarification of @*
-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.