Skip to content

Commit 4893233

Browse files
authored
Merge pull request swiftlang#16730 from davezarzycki/fix_comment_copy_and_paste_error
2 parents 0a95ef7 + 68be67e commit 4893233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4030,7 +4030,7 @@ class PrefixUnaryExpr : public ApplyExpr {
40304030
}
40314031
};
40324032

4033-
/// PostfixUnaryExpr - Prefix unary expressions like '!y'.
4033+
/// PostfixUnaryExpr - Postfix unary expressions like 'y!'.
40344034
class PostfixUnaryExpr : public ApplyExpr {
40354035
public:
40364036
PostfixUnaryExpr(Expr *Fn, Expr *Arg, Type Ty = Type())

0 commit comments

Comments
 (0)