Fix spacing in target.*.profiler docs

Co-authored-by: Joe ST <joe@fbstj.net>
This commit is contained in:
Josh Stone 2023-07-26 09:34:39 -07:00 committed by GitHub
parent d0b58f40a0
commit 6e05f596fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.