Skip to content

Commit 3a4f4dd

Browse files
committed
Fix a typo
1 parent d2c8fbe commit 3a4f4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Swift 3.0
2525
}
2626
}
2727

28-
case Derived<T> : Base<T> {
28+
class Derived<T> : Base<T> {
2929
// init(t: T) is now synthesized to call super.init(t: t)
3030
}```
3131

0 commit comments

Comments
 (0)