Skip to content

Commit 8aea705

Browse files
committed
Typos
1 parent ffb5ff2 commit 8aea705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-12-22-Rust-1.14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ more details.
100100
The landing of MIR over the last few releases means that a [number of
101101
improvements to compile times] have landed, with more coming in the future.
102102

103-
[numer of improvements to compile times]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#compile-time-optimizations
103+
[number of improvements to compile times]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#compile-time-optimizations
104104

105105
In the language, one small improvement has landed: support for [RFC 1492]. This small
106-
additional lets you use `..` in more places. Previously, say you had a struct like this:
106+
addition lets you use `..` in more places. Previously, say you had a struct like this:
107107

108108
```rust
109109
struct Point {

0 commit comments

Comments
 (0)