Skip to content

Commit ffdeb02

Browse files
authored
Merge pull request #2152 from wilzbach/comma
"thanks" sounds a bit condescending. merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2 parents b35538c + fdebd93 commit ffdeb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deprecate.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ $(H4 Rationale)
251251
foo((++a, b));
252252

253253
synchronized (lockA, lockB) {}
254-
// isn't currently implemented, but still compiles "thanks" to the comma operator
254+
// isn't currently implemented, but still compiles due to the comma operator
255255
---
256256
)
257257

0 commit comments

Comments
 (0)