Skip to content

Commit

Permalink
Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink
Browse files Browse the repository at this point in the history
fix typo in self-profile.md
  • Loading branch information
Dylan-DPC committed Jun 28, 2020
2 parents cc8cd6d + 9308860 commit db4467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/self-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For example:
First, run a compilation session and provide the `-Zself-profile` flag:

```console
$ rustc --crate-name foo -Zself-profile`
$ rustc --crate-name foo -Zself-profile
```

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

0 comments on commit db4467f

Please sign in to comment.