Skip to content

Commit

Permalink
[docs] Fix misnumbered reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kimgr committed Dec 4, 2019
1 parent 81e6821 commit 30f7a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IWYUStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ IWYU has a `.clang-format` file, so everything should play out nicely if you use
clang-format on your edited lines. PLEASE do not reformat more than lines you
touch, especially not whole files. The git-clang-format tool can help with this.

We observe a few [LLVM-inspired rules][1] for IWYU:
We observe a few [LLVM-inspired rules][2] for IWYU:

* **Use 'auto' sparingly** -- we don't subscribe to the "Almost always auto"
guideline in IWYU. In line with LLVM tradition we use `auto` when it improves
Expand Down

0 comments on commit 30f7a78

Please sign in to comment.