Skip to content

Commit f3f56e7

Browse files
authored
Fix firsl upper letter in the enum declaration example
A think there is a little mistake.
1 parent 0774582 commit f3f56e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Foo extends Bar implements FooInterface
6969
}
7070
}
7171

72-
Enum Beep: int
72+
enum Beep: int
7373
{
7474
case Foo = 1;
7575
case Bar = 2;

0 commit comments

Comments
 (0)