Skip to content

Commit 59083ed

Browse files
committed
update special form FI
1 parent fb3e631 commit 59083ed

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
@@ -101,7 +101,7 @@ Evaluates the expressions __expr__s in a lexical context in which the symbols in
101101
-> 1
102102
----
103103

104-
If the _binding_ symbol metadata tag is a Java interface annotated as a https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html[FunctionalInterface], the __init-expr__ will be coerced (if necessary) to the specified interface:
104+
If the _binding_ symbol `:tag` metadata is a Java interface annotated as a https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html[FunctionalInterface], the __init-expr__ will be <<java_interop#functional_interfaces,coerced>> (if necessary) to the specified interface:
105105

106106
[source,clojure]
107107
----

0 commit comments

Comments
 (0)