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.
1 parent b256bab commit f70177cCopy full SHA for f70177c
SwiftCompilerSources/Sources/SIL/Function.swift
@@ -87,7 +87,7 @@ final public class Function : CustomStringConvertible, HasShortDescription, Hash
87
88
/// Returns true if the function is a definition and not only an external declaration.
89
///
90
- /// This is the case if the functioun contains a body, i.e. some basic blocks.
+ /// This is the case if the function contains a body, i.e. some basic blocks.
91
public var isDefinition: Bool { blocks.first != nil }
92
93
public var blocks : BasicBlockList { BasicBlockList(first: bridged.getFirstBlock().block) }
0 commit comments