Skip to content

Commit 0d38606

Browse files
committed
fix anchor
1 parent 8251fa3 commit 0d38606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2024/09/05/clojure-1-12-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Qualified method invocations with <<clojure-1-12-0#param_tags,`:param-tags`>> us
9393
9494
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.
9595
96-
[[param-tags]]
96+
[[param_tags]]
9797
### 2.6 :param-tags metadata
9898
9999
When used as values, qualified methods supply only the class and method name, and thus cannot resolve overloaded methods.

0 commit comments

Comments
 (0)