mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Fix qldoc comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user