Fix typo and update word list

This commit is contained in:
imaqtkatt 2024-02-28 15:35:57 -03:00
parent 35f7a77cce
commit bca59073c7
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"ctrs",
"datatypes",
"desugared",
"desugars",
"dref",
"dups",
"effectful",

View File

@ -17,7 +17,7 @@ Foo = @arg1 @arg2 @arg3 match arg1 arg2 arg3 {
}
```
Pattern matching on numers has two forms.
Pattern matching on numbers has two forms.
With the successor pattern it will expect a sequence of numbers up to the `n+var` pattern:
```rust
match n {