Skip to content

Commit 9daec61

Browse files
Fix another typo
Co-authored-by: Jubilee <[email protected]>
1 parent cfe880f commit 9daec61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-destructuring-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Patterns must be irrefutable. In particular, only slice patterns whose length is
156156
time, and the trivial slice `[..]` may be used for destructuring assignment.
157157

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

162162
## Diagnostics

0 commit comments

Comments
 (0)