Skip to content

Commit

Permalink
Typo in args example.
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 231820242
  • Loading branch information
Googler authored and Copybara-Service committed Jan 31, 2019
1 parent 3ac794e commit 01da487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/skylark/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Example:
```
def _impl(ctx):
...
args = ctx.actions.Args()
args = ctx.actions.args()
file = ctx.declare_file(...)
files = depset(...)
Expand Down

0 comments on commit 01da487

Please sign in to comment.