diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
