Skip to content

Commit a628f78

Browse files
committed
JS: Fix qldoc comment
1 parent f84af74 commit a628f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-400/PrototypePollutionUtility.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ SourceNode propertyEnumerator() {
137137
}
138138

139139
/**
140-
* Property enumeration through the `for-own` or `for-in` package.
140+
* Property enumeration through a library function taking a callback.
141141
*/
142142
class LibraryCallbackEnumeratedPropName extends EnumeratedPropName {
143143
CallNode call;

0 commit comments

Comments
 (0)