Merge pull request #17098 from mdiep/fix-typo-in-comment

This commit is contained in:
swift-ci
2018-06-10 17:50:22 -07:00
committed by GitHub

View File

@@ -2300,7 +2300,7 @@ public:
return Bits.SubscriptExpr.HasArgLabelLocs; return Bits.SubscriptExpr.HasArgLabelLocs;
} }
/// Whether this call with written with a trailing closure. /// Whether this call was written with a trailing closure.
bool hasTrailingClosure() const { bool hasTrailingClosure() const {
return Bits.SubscriptExpr.HasTrailingClosure; return Bits.SubscriptExpr.HasTrailingClosure;
} }