diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index f565de21f203..a572c33e3f9a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -42,11 +42,10 @@ Examples: --> - - JavaScript: Improved multiline closure compiler typecast comment detection ([#6070] by [@yangsu]) Previously, multiline closure compiler typecast comments with lines that - start with * weren't flagged correctly and the subsequent parenthesis were + start with \* weren't flagged correctly and the subsequent parenthesis were stripped. Prettier master fixes this issue.