File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SwiftCompilerSources/Sources/AST Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Basic
14
14
import ASTBridging
15
15
16
16
/// A Swift type.
17
- /// It is not necessarily canoncial , e.g. typealiases are not resolved.
17
+ /// It is not necessarily canonical , e.g. typealiases are not resolved.
18
18
public struct Type : TypeProperties , CustomStringConvertible , NoReflectionChildren {
19
19
public enum TraitResult {
20
20
case isNot
@@ -206,7 +206,7 @@ extension TypeProperties {
206
206
rawType. bridged. getNominalOrBoundGenericNominal ( ) . getAs ( NominalTypeDecl . self)
207
207
}
208
208
209
- /// Performas a global conformance lookup for this type for `protocol`.
209
+ /// Performs a global conformance lookup for this type for `protocol`.
210
210
/// It checks conditional requirements.
211
211
///
212
212
/// This type must be a contextualized type. It must not contain type parameters.
You can’t perform that action at this time.
0 commit comments