Skip to content

Commit dc843a8

Browse files
authored
Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink
fix typo in self-profile.md
2 parents 800d2e3 + 9308860 commit dc843a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/self-profile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For example:
1313
First, run a compilation session and provide the `-Zself-profile` flag:
1414

1515
```console
16-
$ rustc --crate-name foo -Zself-profile`
16+
$ rustc --crate-name foo -Zself-profile
1717
```
1818

1919
This will generate three files in the working directory such as:

0 commit comments

Comments
 (0)