diff options
author | 2023-09-13 20:56:19 +1200 | |
---|---|---|
committer | 2023-09-13 01:56:19 -0700 | |
commit | ec6b75ff54d904939a8f21feab89794ccb2ec2d9 (patch) | |
tree | ece3c32c5999bdfcd82099fa0839d65fc0337321 | |
parent | a18e3ff4514d311657077472d06ffdfb829a2d51 (diff) | |
download | bun-ec6b75ff54d904939a8f21feab89794ccb2ec2d9.tar.gz bun-ec6b75ff54d904939a8f21feab89794ccb2ec2d9.tar.zst bun-ec6b75ff54d904939a8f21feab89794ccb2ec2d9.zip |
chore: make comment grammatically correct (#5140)
-rw-r--r-- | src/install/lockfile.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig index a9bee2d27..a3e51f59f 100644 --- a/src/install/lockfile.zig +++ b/src/install/lockfile.zig @@ -672,7 +672,7 @@ pub fn cleanWithLogger( // If yes, choose that version instead. // Why lower? // - // Normally, the problem is looks like this: + // Normally, the problem looks like this: // Package A: "react@^17" // Package B: "react@17.0.1 // |