Skip to content

Commit 0e2d12e

Browse files
committed
update heading
1 parent fd7d907 commit 0e2d12e

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
@@ -22,7 +22,7 @@ New in this release: the compiler will generate a reflective call when param tag
2222
See: https://clojure.atlassian.net/browse/CLJ-2793[CLJ-2793], https://clojure.atlassian.net/browse/CLJ-2844[CLJ-2844], https://clojure.atlassian.net/browse/CLJ-2835[CLJ-2835]
2323

2424
[[qualified_methods]]
25-
=== Uniform qualified method syntax - `Class/method`, `Class/.method`, and `Class/new`
25+
=== Qualified methods - `Class/method`, `Class/.method`, and `Class/new`
2626

2727
Java members inherently exist in a class. For methods as values we need a way to explicitly specify the class of an instance method because there is no possibility for inference.
2828

@@ -65,4 +65,4 @@ See: https://clojure.atlassian.net/browse/CLJ-2807[CLJ-2807]
6565
== Bug fixes
6666

6767
* https://clojure.atlassian.net/browse/CLJ-2843[CLJ-2843] - Reflective calls to Java methods that take primitive long or double now work when passed a narrower boxed number at runtime (Integer, Short, Byte, Float). Previously, these methods were not matched during reflection and an error was thrown.
68-
* https://clojure.atlassian.net/browse/CLJ-2841[CLJ-2841] - IDeref should also implement DoubleSupplier
68+
* https://clojure.atlassian.net/browse/CLJ-2841[CLJ-2841] - IDeref should also implement DoubleSupplier

0 commit comments

Comments
 (0)