Skip to content

Commit 6696886

Browse files
committed
[BoundsSafety][doc] Add a missing quote
1 parent 666c1d1 commit 6696886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/BoundsSafety.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ and it does not guarantee other types of memory safety properties. Consequently,
988988
it may not prevent some of the secondary bounds safety violations caused by
989989
other types of safety violations such as type confusion. For instance,
990990
``-fbounds-safety`` does not perform type-safety checks on conversions between
991-
`__single`` pointers of different pointee types (e.g., ``char *__single`` →
991+
``__single`` pointers of different pointee types (e.g., ``char *__single`` →
992992
``void *__single`` → ``int *__single``) beyond what the foundation languages
993993
(C/C++) already offer.
994994

0 commit comments

Comments
 (0)