From f610fba24bb03a5c8b48782878b90862837c8e40 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 23:25:43 -0600 Subject: clarification of @* --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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. -- cgit v1.2.3