Skip to content

Commit b06dab8

Browse files
authored
Fixed typing errors (#1622)
1 parent 9d76913 commit b06dab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mir/debugging.md

+2-2
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)