diff options
| author | JeremySorensen <jeremy.a.sorensen@gmail.com> | 2017-08-17 07:26:57 -0700 |
|---|---|---|
| committer | JeremySorensen <jeremy.a.sorensen@gmail.com> | 2017-08-17 07:26:57 -0700 |
| commit | 5e472c20aabbb5bee5f50bb18e33cd9d71e76a75 (patch) | |
| tree | c0221bc4759f6c70f0780f36f23cada944945046 /config.toml.example | |
| parent | c3b27d5a710a053a71bcee7e3a2a2c646eeef2af (diff) | |
| download | rust-5e472c20aabbb5bee5f50bb18e33cd9d71e76a75.tar.gz rust-5e472c20aabbb5bee5f50bb18e33cd9d71e76a75.zip | |
fix typo in git-ignore comment
Diffstat (limited to '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 bae36ed925f..48d27fa58ca 100644 --- a/config.toml.example +++ b/config.toml.example @@ -260,7 +260,7 @@ # Flag indicating whether git info will be retrieved from .git automatically. # Having the git information can cause a lot of rebuilds during development. -# Note: If this attribute is not explicity set (e.g. it left commented out) it +# Note: If this attribute is not explicity set (e.g. if left commented out) it # will default to true if channel = "dev", but will default to false otherwise. #ignore-git = true |
