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 3b04061 commit 3be43e0Copy full SHA for 3be43e0
proposals/0026-abstract-classes-and-methods.md
@@ -133,8 +133,8 @@ stabilizing in Swift 3.0.
133
134
## Alternatives considered
135
As first reading, it seems that protocols and protocol extensions might fit the need. It
136
-actually does not because abstract classes can have attributs and properties that
137
-protocols does not support.
+actually does not because abstract classes can have attributes and properties that
+protocols do not support.
138
139
An alternative solution would be to add attributes to protocols and protocol extensions,
140
but this might break compatibility with Objective-C runtime.
0 commit comments