From dca5a98dbad72082f0f1fe46cd5abfe4772956a1 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 26 May 2024 12:02:18 +0200 Subject: [PATCH] fix typo --- docs/docs/lips/functional-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/lips/functional-helpers.md b/docs/docs/lips/functional-helpers.md index 2b73c665..4bd0a5c7 100644 --- a/docs/docs/lips/functional-helpers.md +++ b/docs/docs/lips/functional-helpers.md @@ -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