[clang-tools-extra] 98dc8bb - [clang-doc][NFC] fix description typo (#132310)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 21 16:08:17 PDT 2025


Author: Mohamed Emad
Date: 2025-03-21T16:08:14-07:00
New Revision: 98dc8bb892e984bc5dbd0f30f4c3a2876791c518

URL: https://github.com/llvm/llvm-project/commit/98dc8bb892e984bc5dbd0f30f4c3a2876791c518
DIFF: https://github.com/llvm/llvm-project/commit/98dc8bb892e984bc5dbd0f30f4c3a2876791c518.diff

LOG: [clang-doc][NFC] fix description typo (#132310)

Fix the description typo for `JsScripts` in the context

discussed in #131280

Added: 
    

Modified: 
    clang-tools-extra/clang-doc/Representation.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clang-doc/Representation.h b/clang-tools-extra/clang-doc/Representation.h
index bb0c534af7b74..1f2ea51e06b71 100644
--- a/clang-tools-extra/clang-doc/Representation.h
+++ b/clang-tools-extra/clang-doc/Representation.h
@@ -521,7 +521,7 @@ struct ClangDocContext {
   // Path of CSS stylesheets that will be copied to OutDirectory and used to
   // style all HTML files.
   std::vector<std::string> UserStylesheets;
-  // JavaScript files that will be imported in allHTML file.
+  // JavaScript files that will be imported in all HTML files.
   std::vector<std::string> JsScripts;
   Index Idx;
 };


        


More information about the cfe-commits mailing list