Skip to content

Commit e7c8bf5

Browse files
Update posts/2019-01-17-Rust-1.32.0.md
Co-Authored-By: steveklabnik <[email protected]>
1 parent 561d393 commit e7c8bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2019-01-17-Rust-1.32.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ macro_rules! bar {
227227
}
228228
```
229229

230-
The `?` will match zero or one repitions of the pattern, similar to the
230+
The `?` will match zero or one repetitions of the pattern, similar to the
231231
already-existing `*` for "zero or more" and `+` for "one or more."
232232

233233
#### Final module improvements
@@ -271,4 +271,4 @@ See the [detailed release notes][notes] for more.
271271
## Contributors to 1.32.0
272272

273273
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)
274+
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.32.0)

0 commit comments

Comments
 (0)