Skip to content

Commit

Permalink
fix some typos (google#415)
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <[email protected]>

Signed-off-by: cui fliter <[email protected]>
  • Loading branch information
cuishuang authored Aug 15, 2022
1 parent 4cadf0a commit 064bc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ m.f = ""
Compound targets may consist of a comma-separated list of
subtargets, optionally surrounded by parentheses or square brackets,
and targets may be nested arbitarily in this way.
and targets may be nested arbitrarily in this way.
An assignment to a compound target checks that the right-hand value is a
sequence with the same number of elements as the target.
Each element of the sequence is then assigned to the corresponding
Expand Down
2 changes: 1 addition & 1 deletion syntax/testdata/scan.star
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _emit_generate_params_action(cmds, ctx, fn):

def _emit_go_asm_action(ctx, source, hdrs, out_obj):
"""Construct the command line for compiling Go Assembly code.
Constructs a symlink tree to accomodate for workspace name.
Constructs a symlink tree to accommodate for workspace name.
Args:
ctx: The starlark Context.
source: a source code artifact
Expand Down

0 comments on commit 064bc72

Please sign in to comment.