Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b8c9fc9

Browse files
authored
Fixed typing errors (rust-lang#1622)
1 parent 6245105 commit b8c9fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/mir/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ elements obscured by overlaps, and tooltips to view the MIR statements).
1414
This flag takes an optional value: `statement` (the default), `terminator`, or
1515
`block`, to generate span highlights with different levels of granularity.
1616

17-
`-Z dump-mir=F` is a handy compiler options that will let you view the MIR for
17+
`-Z dump-mir=F` is a handy compiler option that will let you view the MIR for
1818
each function at each stage of compilation. `-Z dump-mir` takes a **filter** `F`
1919
which allows you to control which functions and which passes you are
20-
interesting in. For example:
20+
interested in. For example:
2121

2222
```bash
2323
> rustc -Z dump-mir=foo ...

0 commit comments

Comments
 (0)