Skip to content

Commit 57b2be1

Browse files
authored
Typo fix
1 parent 6d22502 commit 57b2be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Destructuring works for function parameters, `let` and `loop` bindings.
88

99
### Sequential data structures
1010

11-
Sequential data structures can be extract using the vector syntax.
11+
Sequential data structures can be extracted using the vector syntax.
1212

1313
```phel
1414
(let [[a b] [1 2]]

0 commit comments

Comments
 (0)