mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
docs(semver): fix arg names in jsdoc (#4328)
This commit is contained in:
parent
53c474ed4b
commit
6de2aefdbf
@ -9,7 +9,7 @@ import {
|
||||
/**
|
||||
* Compare two semantic version objects.
|
||||
*
|
||||
* Returns `0` if `v1 === v2`, or `1` if `v1` is greater, or `-1` if `v2` is
|
||||
* Returns `0` if `s0 === s1`, or `1` if `s0` is greater, or `-1` if `s1` is
|
||||
* greater.
|
||||
*
|
||||
* Sorts in ascending order if passed to `Array.sort()`,
|
||||
|
Loading…
Reference in New Issue
Block a user