You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/2024/09/05/clojure-1-12-0.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Qualified method invocations with <<clojure-1-12-0#param_tags,`:param-tags`>> us
93
93
94
94
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.
95
95
96
-
[[param-tags]]
96
+
[[param_tags]]
97
97
### 2.6 :param-tags metadata
98
98
99
99
When used as values, qualified methods supply only the class and method name, and thus cannot resolve overloaded methods.
0 commit comments