Skip to content

Commit f1114ba

Browse files
Apply suggestions from code review
Co-authored-by: Michael Goulet <[email protected]>
1 parent 0d300ac commit f1114ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/stable_mir/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Until then, users will use this as any other rustc crate, via extern crate.
55

66
## Stable MIR Design
77

8-
The stable-mir will follow a similar approach to proc-macro2. It’s
9-
implementation is done using two main crates:
8+
The stable-mir will follow a similar approach to proc-macro2. Its
9+
implementation is split between two main crates:
1010

1111
- `stable_mir`: Public crate, to be published on crates.io, which will contain
1212
the stable data structure as well as calls to `rustc_smir` APIs and

0 commit comments

Comments
 (0)