Skip to content

Commit 17300c5

Browse files
committed
typo
1 parent ca87e3c commit 17300c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-25/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To run each example use: `java --enable-preview --source 25 <FileName.java>`
128128
* the full [performance](https://cr.openjdk.org/~pminborg/stable-values2/api/java.base/java/lang/StableValue.html#performance) can be achieved by using static final fields:
129129
* the core reflaction API allows instance final fields to be [updated arbitrarily](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/reflect/AccessibleObject.html#setAccessible(boolean))
130130
* this will be improved with [integrity by default](https://openjdk.org/jeps/8305968)
131-
* **Primitive Types in Patterns, instance of and switch**
131+
* **Primitive Types in Patterns, instanceof and switch**
132132
* re-preview without change
133133
* **Structured Concurrency**
134134
* re-preview with several API changes

0 commit comments

Comments
 (0)