Skip to content

Commit f52c845

Browse files
committed
Fix comment.
1 parent 80d401f commit f52c845

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`, it can be `pkg1/foo/bar`.
1818
*/
1919
string getPackageName() {
2020
result = this.getPropStringValue("name")

0 commit comments

Comments
 (0)