Skip to content

Commit

Permalink
Improve grammar (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAigner authored Dec 25, 2021
1 parent 15a4dd2 commit a053cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builtin-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ All enum classes are serializable out of the box without having to mark them `@S
as the following example shows.

```kotlin
// @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 a053cf1

Please sign in to comment.