Skip to content

Commit 88e33c0

Browse files
Abe149yuxuanchen1997
authored andcommitted
[clang-tools-extra] Fix typos in Modularize.rst (#99256)
Summary: 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”] Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250885
1 parent 3acb9fa commit 88e33c0

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)