Skip to content

Commit a053cf1

Browse files
Improve grammar (#1805)
1 parent 15a4dd2 commit a053cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/builtin-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ All enum classes are serializable out of the box without having to mark them `@S
146146
as the following example shows.
147147

148148
```kotlin
149-
// @Serializable annotation is not need for a enum classes
149+
// The @Serializable annotation is not needed for enum classes
150150
enum class Status { SUPPORTED }
151151

152152
@Serializable

0 commit comments

Comments
 (0)