Skip to content

Commit 0905732

Browse files
authored
[clang-tools-extra] Fix typos in Modularize.rst (llvm#99256)
mainly, fixed “the Clang module mechanism doesn’t support headers the rely on other headers” => “the Clang module mechanism doesn’t support headers that rely on other headers”. [emphasis on “the” versus “that”]
1 parent a5b5208 commit 0905732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/modularize.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ For example, with the same header list from above::
254254
}
255255

256256
Note that headers with dependents will be ignored with a warning, as the
257-
Clang module mechanism doesn't support headers the rely on other headers
258-
to be included first.
257+
Clang module mechanism doesn't support headers that rely on other headers
258+
being included first.
259259

260260
The module map format defines some keywords which can't be used in module
261261
names. If a header has one of these names, an underscore ('_') will be

0 commit comments

Comments
 (0)