Skip to content

Commit 9306393

Browse files
authored
docs: Fix toolchain implementation file name (#2512)
The code example comment uses `toolchain_impls` (extra s), while the target references use `toolchain_impl` (no s). This made me go back and double-check when reading the custom toolchain example (especially the definitions in L425ff). Remove the extra "s" in the comment so it matches what the target references are.
1 parent 95fe03a commit 9306393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toolchains.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Here, we show an example for a semi-complicated toolchain suite, one that is:
376376
Defining toolchains for this might look something like this:
377377

378378
```
379-
# File: toolchain_impls/BUILD
379+
# File: toolchain_impl/BUILD
380380
load("@rules_python//python:py_cc_toolchain.bzl", "py_cc_toolchain")
381381
load("@rules_python//python:py_exec_tools_toolchain.bzl", "py_exec_tools_toolchain")
382382
load("@rules_python//python:py_runtime.bzl", "py_runtime")

0 commit comments

Comments
 (0)