Fix comment.

This commit is contained in:
tyage
2023-04-30 19:52:11 +09:00
parent 80d401fba8
commit f52c845663

View File

@@ -14,7 +14,7 @@ class PackageJson extends JsonObject {
/**
* Gets the name of this package.
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, it can be `pkg1/foo/bar`
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, it can be `pkg1/foo/bar`.
*/
string getPackageName() {
result = this.getPropStringValue("name")