Skip to content

Commit 3a8593d

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

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
@@ -8743,7 +8743,7 @@ when building with ``-fsanitize=signed-integer-overflow``:
87438743

87448744
``wraps`` may also be used with function parameters or declarations of
87458745
variables as well as members of structures. Using ``wraps`` on non-integer
8746-
types will result in a `-Wuseless-wraps-attribute`. One may disable this
8746+
types will result in a ``-Wuseless-wraps-attribute``. One may disable this
87478747
warning with ``-Wno-useless-wraps-attribute``.
87488748

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

0 commit comments

Comments
 (0)