diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-10 15:08:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 15:08:54 +0200 |
| commit | 7e3616d685e6fdb8c11a28df31c2fd3f3b7a331e (patch) | |
| tree | c37c79a9699583e61e276f754a4f32eb2a70a756 | |
| parent | 710b989b32b6cd140770298c2af5c533bbffb240 (diff) | |
| parent | f359139e72b78d74279518afbff2a8ead90b674b (diff) | |
| download | rust-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.md | 2 |
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` --- |
