We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeBase::isDoubleType
1 parent 0321425 commit 4a053b6Copy full SHA for 4a053b6
include/swift/AST/Types.h
@@ -803,7 +803,7 @@ class alignas(1 << TypeAlignInBits) TypeBase {
803
/// Check if this is a CGFloat type from `CoreGraphics` module.
804
bool isCGFloatType();
805
806
- /// Check if thih sis a Double type from standard library.
+ /// Check if this is a Double type from standard library.
807
bool isDoubleType();
808
809
/// Check if this is either an Array, Set or Dictionary collection type defined
0 commit comments