From fdebd937d2b3c8255ad2e146e65f272d1dda5006 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 31 Jan 2018 11:27:35 +0100 Subject: [PATCH] "thanks" sounds a bit condescending. --- deprecate.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deprecate.dd b/deprecate.dd index f4982b594f..a8b02871a9 100644 --- a/deprecate.dd +++ b/deprecate.dd @@ -251,7 +251,7 @@ $(H4 Rationale) foo((++a, b)); synchronized (lockA, lockB) {} - // isn't currently implemented, but still compiles "thanks" to the comma operator + // isn't currently implemented, but still compiles due to the comma operator --- )