Skip to content

Commit 2975ece

Browse files
authoredJun 13, 2024··
docs: fix extra backtick typo (#719)
1 parent eb1380b commit 2975ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ strings that they parse.
459459
in descending order when passed to `Array.sort()`.
460460
* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions
461461
are equal. Sorts in ascending order if passed to `Array.sort()`.
462-
* `compareLoose(v1, v2)`: Short for ``compare(v1, v2, { loose: true })`.
462+
* `compareLoose(v1, v2)`: Short for `compare(v1, v2, { loose: true })`.
463463
* `diff(v1, v2)`: Returns the difference between two versions by the release type
464464
(`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`),
465465
or null if the versions are the same.

0 commit comments

Comments
 (0)
Please sign in to comment.