Skip to content

Commit 3dc369c

Browse files
committed
[clang-doc][NFC] fix description typo
1 parent c2ed840 commit 3dc369c

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)