We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffd9da commit 2ed88b5Copy full SHA for 2ed88b5
examples/03_special_classes/02_Enum.md
@@ -49,5 +49,5 @@ fun main() {
49
2. Each instance must pass an argument for the constructor parameter.
50
3. Enum class members are separated from the instance definitions by a semicolon.
51
4. The default `toString` returns the name of the instance, here `"RED"`.
52
-5. Calls a method on a enum instance.
+5. Calls a method on an enum instance.
53
6. Calls a method via enum class name.
0 commit comments