Skip to content

Commit b933cbd

Browse files
authored
Missing space (#325)
1 parent db9926b commit b933cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/value-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This allows the compiler and runtime to freely choose their actual representatio
146146
Inline classes
147147
(see the corresponding [Inline Classes KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/inline-classes.md))
148148
were experimentally implemented in Kotlin since 1.2.30 and are, in fact, **user-defined value classes**.
149-
Their primary feature is that they explicitly disavow the identity and reference equality operator (`===`). For them,this is not available (produces a compilation error). This allows a compiler to optimize representation of Kotlin inline classes, storing their underlying value instead of a box in many cases.
149+
Their primary feature is that they explicitly disavow the identity and reference equality operator (`===`). For them, this is not available (produces a compilation error). This allows a compiler to optimize representation of Kotlin inline classes, storing their underlying value instead of a box in many cases.
150150

151151
> The umbrella issue for Kotlin inline value classes is [KT-23338](https://youtrack.jetbrains.com/issue/KT-23338).
152152

0 commit comments

Comments
 (0)