From 6e05f596fa50e57abda9d98ee2d858b83e04d98b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 26 Jul 2023 09:34:39 -0700 Subject: [PATCH] Fix spacing in target.*.profiler docs Co-authored-by: Joe ST --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.