Skip to content

Commit 653cd86

Browse files
authored
update qldoc
1 parent 93af0d0 commit 653cd86

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/NPM.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PackageJson extends JsonObject {
1414

1515
/**
1616
* Gets the name of this package.
17-
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, it can be `pkg1/foo/bar`.
17+
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, then the resulting package name will be `pkg1/foo/bar`.
1818
*/
1919
string getPackageName() {
2020
result = this.getPropStringValue("name")

0 commit comments

Comments
 (0)