From 9308860a7b6dbeda34d2c116fd4109abe9969aca Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Sat, 27 Jun 2020 21:38:51 +0900 Subject: [PATCH] fix typo in self-profile.md --- src/doc/unstable-book/src/compiler-flags/self-profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6de1c774f7cd7..7305141a42714 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: