about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-04-08 10:26:16 +0200
committerGitHub <noreply@github.com>2023-04-08 10:26:16 +0200
commitf80c60c55444a4bf062c4f908349373671f7eae7 (patch)
treeb4cc6c404da98b8a962bb31add7f8d9737a27fc8
parent57936197e9800096f8af2b0e3e3b5dfff42133b4 (diff)
parent2b36f5a40f523b563e04986126dedb86eb4a9470 (diff)
downloadrust-f80c60c55444a4bf062c4f908349373671f7eae7.tar.gz
rust-f80c60c55444a4bf062c4f908349373671f7eae7.zip
Rollup merge of #110075 - KittyBorgX:master, r=Nilstrieb
Fix a typo in `config.example.toml`

It's a really small PR and probably got missed in the previous cleanup PR
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 5ef83760aed..15c6bc0f123 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -16,7 +16,7 @@
 # Use different pre-set defaults than the global defaults.
 #
 # See `src/bootstrap/defaults` for more information.
-# Note that this has no default value (x.py uses the defaults in `config.toml.example`).
+# Note that this has no default value (x.py uses the defaults in `config.example.toml`).
 #profile = <none>
 
 # Keeps track of the last version of `x.py` used.