Skip to content

Commit f9cfa61

Browse files
fviernausschuberth
authored andcommitted
docs(node): Fix-up KDoc for parseVcsInfo()
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
1 parent 385034f commit f9cfa61

File tree

1 file changed

+1
-1
lines changed
  • plugins/package-managers/node/src/main/kotlin

1 file changed

+1
-1
lines changed

plugins/package-managers/node/src/main/kotlin/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ internal fun Collection<String>.mapLicenses(): Set<String> =
104104
}
105105

106106
/**
107-
* Parse information about the VCS from the [package.json][node] file of a module.
107+
* Parse information about the VCS from the [packageJson] of a module.
108108
*/
109109
internal fun parseVcsInfo(packageJson: PackageJson): VcsInfo {
110110
// See https://github.com/npm/read-package-json/issues/7 for some background info.

0 commit comments

Comments
 (0)