From 5d41f7ccb87996b2ca22b4ad42570f65f13c40bc Mon Sep 17 00:00:00 2001 From: houpo-bob Date: Sun, 24 Aug 2025 16:58:22 +0800 Subject: [PATCH] Fix some minor issues in comments Signed-off-by: houpo-bob --- src/build_helper/src/npm.rs | 2 +- src/ci/github-actions/jobs.yml | 8 ++++---- src/doc/rustc/src/command-line-arguments/print-options.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/build_helper/src/npm.rs b/src/build_helper/src/npm.rs index 86cf6183bd045..5a7df0999bd3d 100644 --- a/src/build_helper/src/npm.rs +++ b/src/build_helper/src/npm.rs @@ -27,7 +27,7 @@ pub fn install(src_root_path: &Path, out_dir: &Path, npm: &Path) -> Result