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 77e2cd3 commit a375692Copy full SHA for a375692
include/swift/AST/CaptureInfo.h
@@ -100,7 +100,7 @@ class CapturedValue {
100
return Value.getPointer().is<OpaqueValueExpr *>();
101
}
102
103
- /// Returns true if this captured value has a local capture.
+ /// Returns true if this captured value is a local capture.
104
///
105
/// NOTE: This implies that the value is not dynamic self metadata, since
106
/// values with decls are the only values that are able to be local captures.
0 commit comments