Skip to content

Commit 73d7241

Browse files
authored
[Class modifiers] Typo in example fixed (#2991)
1 parent 1511ac9 commit 73d7241

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

accepted/future-releases/class-modifiers/feature-specification.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,6 @@ It's a compile-time error if:
766766
class C1 implements B {} // Error.
767767
768768
base mixin BM {}
769-
final mixin FM {}
770769
771770
mixin M0 implements B {} // Error
772771
mixin M1 on B {} // Error

0 commit comments

Comments
 (0)