From 57b2be1a8d4709e08c001091ee36b6dfae23b8aa Mon Sep 17 00:00:00 2001 From: Jarkko Saltiola Date: Fri, 1 Nov 2024 11:26:16 +0200 Subject: [PATCH] Typo fix --- content/documentation/destructuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documentation/destructuring.md b/content/documentation/destructuring.md index 3cb8811..9a4cb99 100644 --- a/content/documentation/destructuring.md +++ b/content/documentation/destructuring.md @@ -8,7 +8,7 @@ Destructuring works for function parameters, `let` and `loop` bindings. ### Sequential data structures -Sequential data structures can be extract using the vector syntax. +Sequential data structures can be extracted using the vector syntax. ```phel (let [[a b] [1 2]]