Skip to content

Commit

Permalink
Fix #17076
Browse files Browse the repository at this point in the history
Doc incorrectly references "toolchains/BUILD" (plural) instead of "toolchain/BUILD"

PiperOrigin-RevId: 500783750
Change-Id: I71b05c7c19a5cbcf8c0f352aa6f9f0c7824fb8dd
  • Loading branch information
Googler authored and copybara-github committed Jan 9, 2023
1 parent 50f6914 commit 5dab9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/ccp-toolchain-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ slightly between different versions of clang.

`cc_common.create_cc_toolchain_config_info()` creates the needed provider
`CcToolchainConfigInfo`. To use the `cc_toolchain_config` rule, add a load
statement to `toolchains/BUILD`:
statement to `toolchain/BUILD`:

```python
load(":cc_toolchain_config.bzl", "cc_toolchain_config")
Expand Down

0 comments on commit 5dab9d8

Please sign in to comment.