Skip to content

Commit 30b74b5

Browse files
oalejelDougGregor
authored andcommitted
Update 0022-objc-selectors.md
typo
1 parent c9f784d commit 30b74b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0022-objc-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ from a string.
112112

113113
The primary alternative is [type-safe
114114
selectors](https://lists.swift.org/pipermail/swift-evolution/2015-December/000233.html),
115-
which would introduce a new "selector" calling convetion to capture
115+
which would introduce a new "selector" calling convention to capture
116116
the type of an `@objc` method, including its selector. One major
117117
benefit of type-safe selectors is that they can carry type
118118
information, improving type safety. From that discussion, referencing

0 commit comments

Comments
 (0)