diff --git a/tools/ci/src/main.rs b/tools/ci/src/main.rs index 952335133d..ec4bc99879 100644 --- a/tools/ci/src/main.rs +++ b/tools/ci/src/main.rs @@ -1,7 +1,7 @@ use xshell::cmd; fn main() { - // When run locally, results may from actual CI runs triggered by .github/workflows/ci.yml + // When run locally, results may differ from actual CI runs triggered by .github/workflows/ci.yml // - Official CI runs latest stable // - Local runs use whatever the default Rust is locally