From 3dc369c30750c2f6308b3223e8f0a23194aa70af Mon Sep 17 00:00:00 2001 From: hulxv Date: Fri, 21 Mar 2025 01:52:36 +0200 Subject: [PATCH] [clang-doc][NFC] fix description typo --- clang-tools-extra/clang-doc/Representation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 UserStylesheets; - // JavaScript files that will be imported in allHTML file. + // JavaScript files that will be imported in all HTML files. std::vector JsScripts; Index Idx; };