Skip to content

Commit 90b3191

Browse files
Grahackpuredanger
authored andcommitted
destructuring.adoc: fix typo (double final dot)
1 parent 405a94c commit 90b3191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/destructuring.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ You can combine any or all of these techniques at the same time at your discreti
184184
;= The fruits after them are (peach pear lemon)
185185
----
186186

187-
Destructuring can also be nested to get access to arbitrary levels of sequential structure.. Let's go back to our vector from the very beginning, `my-line`.
187+
Destructuring can also be nested to get access to arbitrary levels of sequential structure. Let's go back to our vector from the very beginning, `my-line`.
188188

189189
[source,clojure]
190190
----

0 commit comments

Comments
 (0)