Skip to content

Commit 98dc8bb

Browse files
authored
[clang-doc][NFC] fix description typo (#132310)
Fix the description typo for `JsScripts` in the context discussed in #131280
1 parent ecaef01 commit 98dc8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ struct ClangDocContext {
521521
// Path of CSS stylesheets that will be copied to OutDirectory and used to
522522
// style all HTML files.
523523
std::vector<std::string> UserStylesheets;
524-
// JavaScript files that will be imported in allHTML file.
524+
// JavaScript files that will be imported in all HTML files.
525525
std::vector<std::string> JsScripts;
526526
Index Idx;
527527
};

0 commit comments

Comments
 (0)