Skip to content

Commit 3be43e0

Browse files
lyahdavlattner
authored andcommitted
Update 0026-abstract-classes-and-methods.md (#865)
typos
1 parent 3b04061 commit 3be43e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0026-abstract-classes-and-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ stabilizing in Swift 3.0.
133133

134134
## Alternatives considered
135135
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.
136+
actually does not because abstract classes can have attributes and properties that
137+
protocols do not support.
138138

139139
An alternative solution would be to add attributes to protocols and protocol extensions,
140140
but this might break compatibility with Objective-C runtime.

0 commit comments

Comments
 (0)