Skip to content

Commit b656e94

Browse files
committed
fix typo in docs
Signed-off-by: Justin Stitt <[email protected]>
1 parent f58e648 commit b656e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8559,7 +8559,7 @@ when building with ``-fsanitize=signed-integer-overflow``:
85598559

85608560
``wraps`` may also be used with function parameters or declarations of
85618561
variables as well as members of structures. Using ``wraps`` on non-integer
8562-
types will result in a `-Wuseless-wraps-attribute`. One may disable this
8562+
types will result in a ``-Wuseless-wraps-attribute``. One may disable this
85638563
warning with ``-Wno-useless-wraps-attribute``.
85648564

85658565
``wraps`` persists through implicit type promotions and will be applied to the

0 commit comments

Comments
 (0)