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 6783de8 commit df5f0faCopy full SHA for df5f0fa
lib/SILGen/Initialization.h
@@ -185,7 +185,7 @@ class Initialization {
185
/// of last resort: it is generally better to split tuples or evaluate
186
/// in-place when the initialization supports that.
187
///
188
- /// If this is an *copy* of the rvalue into this initialization then isInit is
+ /// If this is a *copy* of the rvalue into this initialization then isInit is
189
/// false. If it is an *initialization* of the memory in the initialization,
190
/// then isInit is true.
191
virtual void copyOrInitValueInto(SILGenFunction &SGF, SILLocation loc,
0 commit comments