From f28b4060a35ada41fcb0c3940d4db5d4dd55abcd Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 13 Jul 2026 08:25:16 +0100 Subject: [PATCH] Avoid double-quoting for a note in a list This means that in the Word document, the note isn't indented further than the text preceding it - but it looks entirely reasonable to me. Fixes #1628 --- standard/expressions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/standard/expressions.md b/standard/expressions.md index 593fcfb96..9be5b9313 100644 --- a/standard/expressions.md +++ b/standard/expressions.md @@ -1279,10 +1279,8 @@ An expression `E`, with a type `S` other than `dynamic`, can be ***deconstructed >``` Where `andThen` is a pseudo C# operation which performs its left-hand operand and then returns its right-operand as the result. - - - >> *Note*: `andThen` is equivalent to C & C++’s comma operator. *end note* + > *Note*: `andThen` is equivalent to C & C++’s comma operator. *end note* If none of the above hold `E` cannot be deconstructed, which is a compile-time error.