JS: Fix qldoc comment

This commit is contained in:
Asger Feldthaus
2020-02-05 14:22:01 +00:00
parent f84af74d1d
commit a628f787e8

View File

@@ -137,7 +137,7 @@ SourceNode propertyEnumerator() {
}
/**
* Property enumeration through the `for-own` or `for-in` package.
* Property enumeration through a library function taking a callback.
*/
class LibraryCallbackEnumeratedPropName extends EnumeratedPropName {
CallNode call;