Skip to content

Commit b2c45a7

Browse files
committed
typofix
1 parent 1fedb7d commit b2c45a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/global-and-local-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ All assignments defined in _bindings_ are immutable and cannot be changed.
4242

4343
## Binding
4444

45-
While `let` creates a new lexical context, `binding` temporarily redefines existing definitions while executing the body. This can be useful when writing tests on functions depending on external state as `binding` allows to remapping existing functions or values with mocks.
45+
While `let` creates a new lexical context, `binding` temporarily redefines existing definitions while executing the body. This can be useful when writing tests on functions depending on external state as `binding` allows to remap existing functions or values with mocks.
4646

4747
```phel
4848
(ns my-app\tests\demo

0 commit comments

Comments
 (0)