Skip to content

Commit

Permalink
fix anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 15, 2024
1 parent 8251fa3 commit 0d38606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2024/09/05/clojure-1-12-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Qualified method invocations with <<clojure-1-12-0#param_tags,`:param-tags`>> us
Note: Static fields are values and should be referenced without parens unless they are intended as function calls, e.g `(System/out)` should be `System/out`. Future Clojure releases will treat the field's value as something invokable and invoke it.
[[param-tags]]
[[param_tags]]
### 2.6 :param-tags metadata
When used as values, qualified methods supply only the class and method name, and thus cannot resolve overloaded methods.
Expand Down

0 comments on commit 0d38606

Please sign in to comment.