Skip to content

Commit 82451b8

Browse files
authored
Update feature-specification.md (#2467)
1 parent 8bfbe6e commit 82451b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/type-modifiers/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ opt out. Swift and Scala default to disallowing and use `open` to allow
142142
subclassing.
143143

144144
We could use `sealed` for Dart, but that keyword is used for exhaustiveness
145-
checking in Swift and Kotling, which could be confusin. We could use `final`,
145+
checking in Swift and Kotlin, which could be confusing. We could use `final`,
146146
but I think it would be confusing if a class marked `final` could still be
147147
implemented. "Final" sounds, well, *final* to me.
148148

0 commit comments

Comments
 (0)