Skip to content

Commit

Permalink
Merge pull request #1377 from macaujack/patch-2
Browse files Browse the repository at this point in the history
Typo: 'assingee' to 'assignee' in expressions.md
  • Loading branch information
ehuss authored Jul 2, 2023
2 parents 15c26a1 + 1da2af1 commit 1c231ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Explicitly, the assignee expressions are:
- Place expressions.
- [Underscores][_UnderscoreExpression_].
- [Tuples][_TupleExpression_] of assignee expressions.
- [Slices][_ArrayExpression_] of assingee expressions.
- [Slices][_ArrayExpression_] of assignee expressions.
- [Tuple structs][_StructExpression_] of assignee expressions.
- [Structs][_StructExpression_] of assignee expressions (with optionally named
fields).
Expand Down

0 comments on commit 1c231ad

Please sign in to comment.