Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 20, 2024
1 parent 8bcb725 commit 9df27ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/special_forms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If the _binding_ symbol metadata tag is a Java interface annotated as a https://
^java.util.function.Predicate pred even?]
(.removeIf coll pred) ;; mutate coll
coll)
-> [1 3 5 7 9]
-> [1 3 5 7 9]
----

See <<special_forms#binding-forms,Binding Forms>> for more information about binding forms.
Expand Down

0 comments on commit 9df27ca

Please sign in to comment.