File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ struct MyStruct : SomeProtocol {
67
67
public func someProtocolFactory( ) -> SomeProtocol { return MyStruct ( ) }
68
68
69
69
// Just consume the argument.
70
- // It's important that this function is in a another module than the tests
70
+ // It's important that this function is in another module than the tests
71
71
// which are using it.
72
72
public func blackHole< T> ( _ x: T ) {
73
73
}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class SourceEntityWalker {
126
126
127
127
// / This method is called for each external argument name in function-like
128
128
// / declarations like constructor, function and subscript. The function is
129
- // / called only when a external argument label is specifically specified,
129
+ // / called only when an external argument label is specifically specified,
130
130
// / like func foo(External Internal: Int) {}.
131
131
// / If it returns false, the remaining traversal is terminated and returns
132
132
// / failure.
You can’t perform that action at this time.
0 commit comments