Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Feb 11, 2024
1 parent 919b972 commit 8c3fb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ Unfortunately, the tool cannot promise perfect results due to various constraint

##### The code has to be compilable

DWYU is not performing a compilation itself.
DWYU is not performing a compilation.
It works by statically analyzing the source code and build tree.
However, non compiling code can contain errors which infringe the assumptions DWYU is based on.
However, non compiling code can contain errors infringing the assumptions DWYU is based on.
For example, including header files which do not exist at the expected path.

##### Include paths have to be unambiguous
Expand Down

0 comments on commit 8c3fb3d

Please sign in to comment.