Skip to content

Commit 142d629

Browse files
committed
Fix
1 parent 2c21a30 commit 142d629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/security.insecureAPI.decodeValueOfObjCType.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ clang-analyzer-security.insecureAPI.decodeValueOfObjCType
55

66
Warn on uses of the '-decodeValueOfObjCType:at:' method.
77

8-
The clang-analyzer-security.insecureAPI.decodeValueOfObjCType
8+
The `clang-analyzer-security.insecureAPI.decodeValueOfObjCType`
99
check is an alias of Clang Static Analyzer
10-
security.insecureAPI.decodeValueOfObjCType.
10+
`security.insecureAPI.decodeValueOfObjCType`.

0 commit comments

Comments
 (0)