[clang-tools-extra] 792d437 - [clang-tidy NFC] Fix a typo in docs for sizeof-expression (#88912)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 03:52:27 PDT 2024


Author: NagyDonat
Date: 2024-04-17T12:52:23+02:00
New Revision: 792d437b56adfb3416daf8105942d4899fb82763

URL: https://github.com/llvm/llvm-project/commit/792d437b56adfb3416daf8105942d4899fb82763
DIFF: https://github.com/llvm/llvm-project/commit/792d437b56adfb3416daf8105942d4899fb82763.diff

LOG: [clang-tidy NFC] Fix a typo in docs for sizeof-expression (#88912)

"Till heaven and earth pass, one jot, or one tittle shall not pass of
the law"

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst b/clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst
index a3e88b837d3758..c37df1706eb4e1 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst
@@ -190,6 +190,6 @@ Options
 
 .. option:: WarnOnSizeOfPointerToAggregate
 
-   When `true, the check will warn on an expression like
+   When `true`, the check will warn on an expression like
    ``sizeof(expr)`` where the expression is a pointer
    to aggregate. Default is `true`.


        


More information about the cfe-commits mailing list