diff options
| author | Lukas <lukas-code@outlook.com> | 2019-09-09 12:18:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-09 12:18:07 +0000 |
| commit | 4c62950d4fb98f71dae08d724c45e55835b80b51 (patch) | |
| tree | f4b59f0a3cbaea781150435dd09bf3e5d3c9120f | |
| parent | 1e869133b9888dc5abde54f4f31cb797ed9c7874 (diff) | |
| download | rust-4c62950d4fb98f71dae08d724c45e55835b80b51.tar.gz rust-4c62950d4fb98f71dae08d724c45e55835b80b51.zip | |
Fix typo in config.toml.example
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 30e2ee1b9ba..848147c2974 100644 --- a/config.toml.example +++ b/config.toml.example @@ -184,7 +184,7 @@ # default. #extended = false -# Installs chosen set of extended tools if enables. By default builds all. +# Installs chosen set of extended tools if enabled. By default builds all. # If chosen tool failed to build the installation fails. #tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"] |
