We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a053cf1 commit 0b6c5b8Copy full SHA for 0b6c5b8
guide/example/example-builtin-04.kt
@@ -4,7 +4,7 @@ package example.exampleBuiltin04
4
import kotlinx.serialization.*
5
import kotlinx.serialization.json.*
6
7
-// @Serializable annotation is not need for a enum classes
+// The @Serializable annotation is not needed for enum classes
8
enum class Status { SUPPORTED }
9
10
@Serializable
0 commit comments