We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561d393 commit e7c8bf5Copy full SHA for e7c8bf5
posts/2019-01-17-Rust-1.32.0.md
@@ -227,7 +227,7 @@ macro_rules! bar {
227
}
228
```
229
230
-The `?` will match zero or one repitions of the pattern, similar to the
+The `?` will match zero or one repetitions of the pattern, similar to the
231
already-existing `*` for "zero or more" and `+` for "one or more."
232
233
#### Final module improvements
@@ -271,4 +271,4 @@ See the [detailed release notes][notes] for more.
271
## Contributors to 1.32.0
272
273
Many people came together to create Rust 1.32.0. We couldn't have done it
274
-without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.32.0)
+without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.32.0)
0 commit comments