Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/learn/functions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Below is a summary of calling conventions for calling into Java from Clojure:
=== Java Methods vs Functions

* Java methods are not Clojure functions
* Can't store them or pass them as arguments
* Can't be stored in vars or passed as arguments directly
* Can wrap them in functions when necessary

[source,clojure]
Expand Down