Skip to content

Commit 9df27ca

Browse files
committed
remove whitespace
1 parent 8bcb725 commit 9df27ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/special_forms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If the _binding_ symbol metadata tag is a Java interface annotated as a https://
109109
^java.util.function.Predicate pred even?]
110110
(.removeIf coll pred) ;; mutate coll
111111
coll)
112-
-> [1 3 5 7 9]
112+
-> [1 3 5 7 9]
113113
----
114114

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

0 commit comments

Comments
 (0)