Skip to content

Commit 5f75f70

Browse files
committed
fix document typo on code highlight
1 parent 9322207 commit 5f75f70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/docs/ReleaseNotes.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ Clang Frontend Potentially Breaking Changes
5555
Clang Python Bindings Potentially Breaking Changes
5656
--------------------------------------------------
5757
- Parts of the interface returning string results will now return
58-
the empty string `""` when no result is available, instead of `None`.
59-
- Calling a property on the `CompletionChunk` or `CompletionString` class
60-
statically now leads to an error, instead of returning a `CachedProperty` object
58+
the empty string ``""`` when no result is available, instead of ``None``.
59+
- Calling a property on the ``CompletionChunk`` or ``CompletionString`` class
60+
statically now leads to an error, instead of returning a ``CachedProperty`` object
6161
that is used internally. Properties are only available on instances.
62-
- `TranslationUnitLoadError` now contains an error code in `error_code`
63-
attribute. Also, `TranslationUnit.reparse` will throw `TranslationUnitLoadError`
62+
- ``TranslationUnitLoadError`` now contains an error code in ``error_code``
63+
attribute. Also, ``TranslationUnit.reparse`` will throw ``TranslationUnitLoadError``
6464
when operation fails.
6565

6666
What's New in Clang |release|?

0 commit comments

Comments
 (0)