Skip to content

Commit efbea14

Browse files
authored
Update util.ts
1 parent c41070e commit efbea14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function getDownloadArchiveExtension() {
5050

5151
export function isVersionSatisfies(range: string, version: string): boolean {
5252
if (semver.valid(range)) {
53-
// Test if full version with build digit is provided as a range (such as '1.2.3+4')
53+
// if full version with build digit is provided as a range (such as '1.2.3+4')
5454
// we should check for exact equal via compareBuild
5555
// since semver.satisfies doesn't handle 4th digit
5656
const semRange = semver.parse(range);

0 commit comments

Comments
 (0)