about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-10 15:08:54 +0200
committerGitHub <noreply@github.com>2023-08-10 15:08:54 +0200
commit7e3616d685e6fdb8c11a28df31c2fd3f3b7a331e (patch)
treec37c79a9699583e61e276f754a4f32eb2a70a756
parent710b989b32b6cd140770298c2af5c533bbffb240 (diff)
parentf359139e72b78d74279518afbff2a8ead90b674b (diff)
downloadrust-7e3616d685e6fdb8c11a28df31c2fd3f3b7a331e.tar.gz
rust-7e3616d685e6fdb8c11a28df31c2fd3f3b7a331e.zip
Rollup merge of #114681 - zamazan4ik:master, r=compiler-errors
doc (unstable-book): fix a typo

Just fix a small typo.
-rw-r--r--src/doc/unstable-book/src/compiler-flags/profile_sample_use.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/profile_sample_use.md b/src/doc/unstable-book/src/compiler-flags/profile_sample_use.md
index ce894ce6ac7..2dd1f6f8e1a 100644
--- a/src/doc/unstable-book/src/compiler-flags/profile_sample_use.md
+++ b/src/doc/unstable-book/src/compiler-flags/profile_sample_use.md
@@ -1,4 +1,4 @@
-# `profile-sample-use
+# `profile-sample-use`
 
 ---