Skip to content

Commit 0df0af3

Browse files
authored
Merge pull request #86 from jasalt/patch-1
Typo fix
2 parents 6d22502 + 57b2be1 commit 0df0af3

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)