aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/toolchains.md
diff options
context:
space:
mode:
authorGravatar Benjamin Peterson <bp@benjamin.pe>2018-04-12 09:34:06 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-12 09:35:26 -0700
commitc444046c87b83ed86ae09f6485435998f1fe8c79 (patch)
treea3a29dc8b67e311f0c9c3d0a2e1931604b365124 /site/docs/toolchains.md
parent2213d92c8ddaed701ee4ac8b349877cece9384d0 (diff)
Fix name of toolchain registration function in doc.
Closes #4988. Change-Id: I23c705917a9582aef70ba4947bb28b4a228e8833 PiperOrigin-RevId: 192622600
Diffstat (limited to 'site/docs/toolchains.md')
-rw-r--r--site/docs/toolchains.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/toolchains.md b/site/docs/toolchains.md
index 96f012becf..2eb163f749 100644
--- a/site/docs/toolchains.md
+++ b/site/docs/toolchains.md
@@ -32,8 +32,8 @@ toolchains and creates a dependency from the target to the first matching
toolchain it finds. To find a matching toolchain, Bazel does the following:
1. Looks through the registered toolchains, first from the `--extra_toolchains`
- flag, then from the `registered_toolchains` calls in the project's
- `WORKSPACE` file.
+ flag, then from the `register_toolchains` calls in the project's `WORKSPACE`
+ file.
2. For each registered toolchain, Bazel performs the following checks: