Skip to content

Commit 0b6c5b8

Browse files
committed
Fix knit after a053cf1
1 parent a053cf1 commit 0b6c5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/example/example-builtin-04.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package example.exampleBuiltin04
44
import kotlinx.serialization.*
55
import kotlinx.serialization.json.*
66

7-
// @Serializable annotation is not need for a enum classes
7+
// The @Serializable annotation is not needed for enum classes
88
enum class Status { SUPPORTED }
99

1010
@Serializable

0 commit comments

Comments
 (0)