Skip to content

Commit f1d7b12

Browse files
committed
1.17 release post: fix typos
1 parent c10b2e5 commit f1d7b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-04-27-Rust-1.17.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ Now, you can write
221221
```rust
222222
SocketAddr::from(([127, 0, 0, 1], 3000))
223223
// or even
224-
([127, 0, 0, 1], 3000).into())
224+
([127, 0, 0, 1], 3000).into()
225225
```
226226

227-
This removes some unnecesary run-time parsing, and is roughly as readable, depending on
227+
This removes some unnecessary run-time parsing, and is roughly as readable, depending on
228228
your preferences.
229229

230230
Backtraces [now have nicer formatting](https://github.com/rust-lang/rust/pull/38165), eliding

0 commit comments

Comments
 (0)