Skip to content

Commit b6c2f89

Browse files
committed
[AST] NFC: Fix a typo in the HasTypeHole description
1 parent b4d3237 commit b6c2f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class RecursiveTypeProperties {
148148
/// This type contains an OpaqueTypeArchetype.
149149
HasOpaqueArchetype = 0x400,
150150

151-
/// This type constains a type hole.
151+
/// This type contains a type hole.
152152
HasTypeHole = 0x800,
153153

154154
Last_Property = HasTypeHole

0 commit comments

Comments
 (0)