Skip to content

Commit

Permalink
Fix knit after a053cf1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed Dec 27, 2021
1 parent a053cf1 commit 0b6c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/example/example-builtin-04.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package example.exampleBuiltin04
import kotlinx.serialization.*
import kotlinx.serialization.json.*

// @Serializable annotation is not need for a enum classes
// The @Serializable annotation is not needed for enum classes
enum class Status { SUPPORTED }

@Serializable
Expand Down

0 comments on commit 0b6c5b8

Please sign in to comment.