Fix typos in run_binary docs.

This commit is contained in:
Jiawen (Kevin) Chen 2023-04-21 16:02:28 -07:00 committed by Alex Eagle
parent 14be93a63e
commit 4c8866b618
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ def run_binary(
out_dirs: Output directories generated by the action.
These labels are _not_ available for `$(location)` expansion in `args` and `env` sincew
they are not pre-declared labels created via attr.output_list(). Output directories are
These labels are _not_ available for `$(location)` expansion in `args` and `env` since
they are not pre-declared labels created via `attr.output_list()`. Output directories are
declared instead by `ctx.actions.declare_directory`.
Output directories cannot be nested within other output directories in out_dirs.