about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTakuto Ikuta <atetubou@gmail.com>2020-06-27 21:38:51 +0900
committerGitHub <noreply@github.com>2020-06-27 21:38:51 +0900
commit9308860a7b6dbeda34d2c116fd4109abe9969aca (patch)
tree415095c16757c975fb4252822d41736a8a553c87
parent394e1b40d264aa6928811919c1124fa248e7d802 (diff)
downloadrust-9308860a7b6dbeda34d2c116fd4109abe9969aca.tar.gz
rust-9308860a7b6dbeda34d2c116fd4109abe9969aca.zip
fix typo in self-profile.md
-rw-r--r--src/doc/unstable-book/src/compiler-flags/self-profile.md2
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: