Skip to content

Commit c5f75b5

Browse files
committed
fix example
1 parent b7fd1d0 commit c5f75b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/guides/destructuring.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ To support this style of invocation, associative destructuring also works with l
383383
;;val = 5 debug = true verbose = false opts = {:debug true}
384384
385385
;; Note that any order is ok for the kwargs
386+
(configure 12 :verbose true :debug true)
386387
;;val = 12 debug = true verbose = true opts = {:verbose true, :debug true}
387388
----
388389

0 commit comments

Comments
 (0)