diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 047f51ffa59ed..508cf6d427a52 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -1216,8 +1216,8 @@ def NoSpecializationsDocs : Documentation { let Category = DocCatDecl; let Content = [{ ``[[clang::no_specializations]]`` can be applied to function, class, or variable -templates which should not be explicitly specialized by users. This is primarily -used to diagnose user specializations of standard library type traits. +templates which should not be specialized by users. This is primarily used to +diagnose user specializations of standard library type traits. }]; }