Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56977b8

Browse files
committed
JS: update comment
1 parent d4566af commit 56977b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/dataflow/internal/AbstractPropertiesImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ AbstractValue getAnInitialPropertyValue(DefiniteAbstractValue baseVal, string pr
4747
result = p.getInit().analyze().getALocalValue()
4848
)
4949
or
50-
// `f.prototype` for functions `f` that are instantiated
50+
// `f.prototype` for functions `f`
5151
propertyName = "prototype" and
5252
result = TAbstractInstance(baseVal)
5353
}

0 commit comments

Comments
 (0)