Skip to content

Commit 6aee5e9

Browse files
committed
update release note
1 parent 536d025 commit 6aee5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/news/2024/04/28/clojure-1-12-alpha10.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Alex Miller
33
2024-04-28
44
:jbake-type: post
55

6-
Clojure 1.12.0-alpha10 is now available! Please read the release notes below.
6+
Clojure 1.12.0-alpha10 is now available! Find download and usage information on the <<xref/../../releases/downloads#,Downloads>> page.
77

88
[[method_values]]
99
== Method values
@@ -27,7 +27,7 @@ Qualified methods have value semantics when used in non-invocation positions:
2727
* `Classname/.method` - value is a Clojure function that invokes an instance method
2828
* `Classname/new` - value is a Clojure function that invokes a constructor
2929

30-
New in this release: developers may use `Classname/method` and `Classname/.method` syntax to differentiate between static and instance methods.
30+
New in this release: developers must use `Classname/method` and `Classname/.method` syntax to differentiate between static and instance methods.
3131

3232
Qualified method invocations with param-tags use only the tags to resolve the method. Without param-tags they behave like the equivalent dot syntax, except the qualifying class takes precedence over hints of the target object, and over its runtime type when invoked via reflection.
3333

0 commit comments

Comments
 (0)