Skip to content

Commit 269f14d

Browse files
authored
Update comparison-to-java.md: string templates for Java are postponed (#5012)
1 parent e0f58a7 commit 269f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/jvm/comparison-to-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Kotlin fixes a series of issues that Java suffers from:
3232
* [Extension functions](extensions.md)
3333
* [Null-safety](null-safety.md)
3434
* [Smart casts](typecasts.md) (**Java 16**: [Pattern Matching for instanceof](https://openjdk.org/jeps/394))
35-
* [String templates](strings.md) (**Java 21**: [String Templates (Preview)](https://openjdk.org/jeps/430))
35+
* [String templates](strings.md)
3636
* [Properties](properties.md)
3737
* [Primary constructors](classes.md)
3838
* [First-class delegation](delegation.md)

0 commit comments

Comments
 (0)