Skip to content

Commit a306ae0

Browse files
committed
Fix malformed RST in release notes; NFC
1 parent 0668bb2 commit a306ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ C2y Feature Support
134134
``-pedantic`` will no longer diagnose this in either C or C++ modes. This
135135
feature was adopted as applying to obsolete versions of C in WG14 and as a
136136
defect report in WG21 (CWG787).
137-
- Implemented `WG14 N3353 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm>_`
137+
- Implemented `WG14 N3353 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm>`_
138138
which adds the new ``0o`` and ``0O`` ocal literal prefixes and deprecates
139139
octal literals other than ``0`` which do not start with the new prefix. This
140140
feature is exposed in earlier language modes and in C++ as an extension. The

0 commit comments

Comments
 (0)