Skip to content

Commit

Permalink
Fix minor typo reported here: #16970
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 498027801
Change-Id: I6ee81fd886e3ac4cee28614af57ecbdbbc34d14d
  • Loading branch information
Googler authored and copybara-github committed Dec 27, 2022
1 parent 3748bcc commit f90659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/extending/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ contains fields for dependency attributes whose specs set `executable=True`.

During the analysis phase, a rule's implementation function can create outputs.
Since all labels have to be known during the loading phase, these additional
outputs have no labels. `File` objects for outputs can be created using using
outputs have no labels. `File` objects for outputs can be created using
[`ctx.actions.declare_file`](/rules/lib/actions#declare_file) and
[`ctx.actions.declare_directory`](/rules/lib/actions#declare_directory). Often,
the names of outputs are based on the target's name,
Expand Down

0 comments on commit f90659f

Please sign in to comment.