Skip to content

Commit a375692

Browse files
committed
Wordsmith a comment.
1 parent 77e2cd3 commit a375692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/CaptureInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class CapturedValue {
100100
return Value.getPointer().is<OpaqueValueExpr *>();
101101
}
102102

103-
/// Returns true if this captured value has a local capture.
103+
/// Returns true if this captured value is a local capture.
104104
///
105105
/// NOTE: This implies that the value is not dynamic self metadata, since
106106
/// values with decls are the only values that are able to be local captures.

0 commit comments

Comments
 (0)