Skip to content

Commit 4a053b6

Browse files
committed
[AST] NFC: Fix a typo in TypeBase::isDoubleType comment
1 parent 0321425 commit 4a053b6

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
@@ -803,7 +803,7 @@ class alignas(1 << TypeAlignInBits) TypeBase {
803803
/// Check if this is a CGFloat type from `CoreGraphics` module.
804804
bool isCGFloatType();
805805

806-
/// Check if thih sis a Double type from standard library.
806+
/// Check if this is a Double type from standard library.
807807
bool isDoubleType();
808808

809809
/// Check if this is either an Array, Set or Dictionary collection type defined

0 commit comments

Comments
 (0)