From 2d5326a95759e0d5e4e170837968b064bb5d4582 Mon Sep 17 00:00:00 2001 From: Trevor Summers Smith Date: Thu, 15 Feb 2018 01:45:47 -0800 Subject: Change extension -> evaluation in docs Extension seems to be incorrect as this is referring to the valuation model Closes #4521. PiperOrigin-RevId: 185808054 --- site/docs/skylark/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs') 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). -- cgit v1.2.3