Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
  • Loading branch information
varkor and workingjubilee committed Sep 21, 2020
1 parent cfe880f commit 9daec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-destructuring-assignment.md
Expand Up @@ -156,7 +156,7 @@ Patterns must be irrefutable. In particular, only slice patterns whose length is
time, and the trivial slice `[..]` may be used for destructuring assignment.

Unlike in usual `let` bindings, default binding modes do *not* apply for the desugared destructuring
assignments, as this leads to counterintuitive behaviour since the desguaring is an implementation
assignments, as this leads to counterintuitive behaviour since the desugaring is an implementation
detail.

## Diagnostics
Expand Down

0 comments on commit 9daec61

Please sign in to comment.