Skip to content

Commit e96a883

Browse files
authored
fix: correct JSDoc (#760)
1 parent 4242a79 commit e96a883

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/utils/generators.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export const coerceSemVer = version => {
6161
*
6262
* @param {string | import('semver').SemVer} introduced
6363
* @param {Array<import('../parsers/types').ReleaseEntry>} releases
64-
* @param {Boolean} [includeNonMajor=false]
6564
* @returns {Array<import('../parsers/types').ReleaseEntry>}
6665
*/
6766
export const getCompatibleVersions = (introduced, releases) => {

src/utils/url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Kind of like `path.posix.relative`, however, this functions more like a URL resolution
3-
* @param {string} from
43
* @param {string} to
4+
* @param {string} from
55
* @returns {string}
66
*/
77
export const relative = (to, from) => {

0 commit comments

Comments
 (0)