about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-07-26 09:34:39 -0700
committerGitHub <noreply@github.com>2023-07-26 09:34:39 -0700
commit6e05f596fa50e57abda9d98ee2d858b83e04d98b (patch)
tree0a2c37d1d0128ce739f883803d8e28c5d0195ff1
parentd0b58f40a0e669897fafb614299d2a989997eda7 (diff)
downloadrust-6e05f596fa50e57abda9d98ee2d858b83e04d98b.tar.gz
rust-6e05f596fa50e57abda9d98ee2d858b83e04d98b.zip
Fix spacing in target.*.profiler docs
Co-authored-by: Joe ST <joe@fbstj.net>
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 47e69995afd..be9a334e0fe 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -762,7 +762,7 @@ changelog-seen = 2
 # This option will override the same option under [build] section.
 #sanitizers = build.sanitizers (bool)
 
-# When true, build the profiler runtime for this target(required when compiling
+# When true, build the profiler runtime for this target (required when compiling
 # with options that depend on this runtime, such as `-C profile-generate` or
 # `-C instrument-coverage`). This may also be given a path to an existing build
 # of the profiling runtime library from LLVM's compiler-rt.