fix typo in self-profile.md

This commit is contained in:
Takuto Ikuta 2020-06-27 21:38:51 +09:00 committed by GitHub
parent 394e1b40d2
commit 9308860a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: