Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 26, 2024
1 parent 6049828 commit dca5a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/lips/functional-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This is very useful procedure that return new procedure with swapped first two a
```

This function helps in composing functions with functions like `curry`. `unset!` is a function that
removes the biding of the first appearance of the object. Here we define take inside the current
removes the binding of the first appearance of the object. Here we define take inside the current
environment and you can `unset!` it, to get the original value back.

## Combinations of functions
Expand Down

0 comments on commit dca5a98

Please sign in to comment.