Skip to content

Commit 6287130

Browse files
author
Mitchell Balan
committed
[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.
1 parent c9edaa8 commit 6287130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Improvements to clang-tidy
180180
<clang-tidy/checks/readability-redundant-member-init>` check.
181181

182182
The check now supports the ``IgnoreBaseInCopyConstructors`` option to avoid
183-
`"base class \‘Foo\’ should be explicitly initialized in the copy constructor"`
183+
`"base class 'Foo' should be explicitly initialized in the copy constructor"`
184184
warnings or errors with ``gcc -Wextra`` or ``gcc -Werror=extra``.
185185

186186
- The :doc:`readability-redundant-string-init

0 commit comments

Comments
 (0)