Skip to content

Commit 2ed88b5

Browse files
nm176p7nov
authored andcommitted
fix: typo in 02_Enum.md (Kotlin#88)
1 parent 6ffd9da commit 2ed88b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03_special_classes/02_Enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ fun main() {
4949
2. Each instance must pass an argument for the constructor parameter.
5050
3. Enum class members are separated from the instance definitions by a semicolon.
5151
4. The default `toString` returns the name of the instance, here `"RED"`.
52-
5. Calls a method on a enum instance.
52+
5. Calls a method on an enum instance.
5353
6. Calls a method via enum class name.

0 commit comments

Comments
 (0)