Skip to content

Commit acc1b6d

Browse files
authored
Update RELEASES.md
1 parent 1f3b626 commit acc1b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Language
55
--------
66
- [Stabilised `#[repr(align(x))]`.][47006] [RFC 1358]
77
- [You can now use nested groups of imports.][47948]
8-
eg. `use std::{fs::File, io::Read, path::{Path, PathBuf}};`
9-
- [You can now have `|` at the start of a match arm.][47947] eg.
8+
e.g. `use std::{fs::File, io::Read, path::{Path, PathBuf}};`
9+
- [You can now have `|` at the start of a match arm.][47947] e.g.
1010
```rust
1111
enum Foo { A, B, C }
1212

@@ -55,7 +55,7 @@ Cargo
5555
-----
5656
- [`cargo new` no longer removes `rust` or `rs` prefixs/suffixs.][cargo/5013]
5757
- [`cargo new` now defaults to creating a binary crate, instead of a
58-
libary crate.][cargo/5029]
58+
library crate.][cargo/5029]
5959

6060
Misc
6161
----

0 commit comments

Comments
 (0)