Fix typos in run_binary docs.
This commit is contained in:
parent
14be93a63e
commit
4c8866b618
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue