diff options
| author | Takuto Ikuta <atetubou@gmail.com> | 2020-06-27 21:38:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-27 21:38:51 +0900 |
| commit | 9308860a7b6dbeda34d2c116fd4109abe9969aca (patch) | |
| tree | 415095c16757c975fb4252822d41736a8a553c87 | |
| parent | 394e1b40d264aa6928811919c1124fa248e7d802 (diff) | |
| download | rust-9308860a7b6dbeda34d2c116fd4109abe9969aca.tar.gz rust-9308860a7b6dbeda34d2c116fd4109abe9969aca.zip | |
fix typo in self-profile.md
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/self-profile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/self-profile.md b/src/doc/unstable-book/src/compiler-flags/self-profile.md index 6de1c774f7c..7305141a427 100644 --- a/src/doc/unstable-book/src/compiler-flags/self-profile.md +++ b/src/doc/unstable-book/src/compiler-flags/self-profile.md @@ -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: |
