Skip to content

Commit

Permalink
Even more formatting.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=123751907
  • Loading branch information
dslomov committed Jun 1, 2016
1 parent e45ed60 commit 7790375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/skylark/aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ returns a struct of providers that are accessible to its dependencies.
the implementation of aspect A. It is an error if a target and an aspect that
is applied to it each provide a provider with the same name.
* For the aspect implementation, the values of attributes along which
the aspect is propagated (from the 'attr\_aspect' list) are replaced with
the aspect is propagated (from the `attr_aspect` list) are replaced with
the results of an application of the aspect to them. For example, if target
X has Y and Z in its deps, `ctx.rule.attr.deps` for A(X) will be [A(Y), A(Z)].
In the `\_metal\_proto\_aspect\_impl` function above, ctx.rule.attr.deps will be
In the `_metal_proto_aspect_impl` function above, ctx.rule.attr.deps will be
Target objects that are the results of applying the aspect to the 'deps'
of the original target to which the aspect has been applied.
That allows the aspect to examine `metal_proto` provider on them.
Expand Down

0 comments on commit 7790375

Please sign in to comment.