diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/util.rs b/src/bootstrap/util.rs index e79700d92d8..f22f0559265 100644 --- a/src/bootstrap/util.rs +++ b/src/bootstrap/util.rs @@ -326,7 +326,7 @@ pub enum CiEnv { Travis, /// The AppVeyor environment, for Windows builds. AppVeyor, - /// The Azure Pipelines environment, for Linux (including Docker), Window, and macOS builds. + /// The Azure Pipelines environment, for Linux (including Docker), Windows, and macOS builds. AzurePipelines, } |
