Skip to content

Commit

Permalink
update special form FI
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 29, 2024
1 parent fb3e631 commit 59083ed
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 @@ -101,7 +101,7 @@ Evaluates the expressions __expr__s in a lexical context in which the symbols in
-> 1
----

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:
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:

[source,clojure]
----
Expand Down

0 comments on commit 59083ed

Please sign in to comment.