commit | a053cf15782b72664eff7e1f37266d53615efc0f | [log] [tgz] |
---|---|---|
author | Sebastian Aigner <SebastianAigner@users.noreply.github.com> | Sat Dec 25 13:58:00 2021 +0100 |
committer | GitHub <noreply@github.com> | Sat Dec 25 15:58:00 2021 +0300 |
tree | 149a35cda1ac91250582e9b5f20b75f4def3550a | |
parent | 15a4dd2e8306a086672671c1babcb788d3823a43 [diff] |
Improve grammar (#1805)
diff --git a/docs/builtin-classes.md b/docs/builtin-classes.md index a03cc84..1327f8f 100644 --- a/docs/builtin-classes.md +++ b/docs/builtin-classes.md
@@ -146,7 +146,7 @@ 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