about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-06-08 18:37:59 +0200
committerGitHub <noreply@github.com>2024-06-08 18:37:59 +0200
commit9395236d3d354ec58ecee58c0cc5076d2d8da013 (patch)
treeda0f5d9903258d75c281f36e76acc6970cc63e1a
parente484b3efa5ef01d93a4154f26b546a58dddc471b (diff)
parent9aa96b462348905977ee683114f3dbe235fc7c17 (diff)
downloadrust-9395236d3d354ec58ecee58c0cc5076d2d8da013.tar.gz
rust-9395236d3d354ec58ecee58c0cc5076d2d8da013.zip
Rollup merge of #126132 - tshepang:patch-1, r=Kobzol
config.example.toml: minor improves
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 61655dad638..fb45493ec4a 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -389,8 +389,8 @@
 # a Nix toolchain on non-NixOS distributions.
 #patch-binaries-for-nix = false
 
-# Collect information and statistics about the current build and writes it to
-# disk. Enabling this or not has no impact on the resulting build output. The
+# Collect information and statistics about the current build, and write it to
+# disk. Enabling this has no impact on the resulting build output. The
 # schema of the file generated by the build metrics feature is unstable, and
 # this is not intended to be used during local development.
 #metrics = false