Skip to content

Commit

Permalink
more build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Apr 2, 2022
1 parent 0830442 commit 229a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6358,7 +6358,7 @@ An event assignment expression does not yield a value. Thus, an event assignment

A tuple-deconstruction expression copies from a source tuple zero or more of its element values to corresponding destinations.

```antlr
```ANTLR
tuple_deconstruction_expression
: '(' destination_list ')'
;
Expand Down

0 comments on commit 229a9b8

Please sign in to comment.