aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Trevor Summers Smith <trevorsummerssmith@gmail.com>2018-02-15 01:45:47 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-15 01:47:45 -0800
commit2d5326a95759e0d5e4e170837968b064bb5d4582 (patch)
treeef3b9bb491ea0191a9469800a0b8a89382eda885 /site/docs
parentb7d09c568462a21e313fdfea295d40a13f8765f6 (diff)
Change extension -> evaluation in docs
Extension seems to be incorrect as this is referring to the valuation model Closes #4521. PiperOrigin-RevId: 185808054
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/skylark/rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index d98c8b40bc..ab38202feb 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -19,7 +19,7 @@ user-provided inputs to a rule, but also all of the tools and libraries required
to execute the actions (called _implicit inputs_).
Before creating or modifying any rule, make sure you are familiar with the
-[extensibility model](concepts.md) (understand the three phases and the
+[evaluation model](concepts.md) (understand the three phases of execution and the
differences between macros and rules).
<!-- [TOC] -->