Skip to content

Commit b21ae68

Browse files
asgerfesbena
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/LazyCache.qll
Co-Authored-By: Esben Sparre Andreasen <[email protected]>
1 parent 9751230 commit b21ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/LazyCache.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import javascript
66

77
module LazyCache {
88
/**
9-
* A lazy-cache object, usually created through an expression of form `require('lazy-cache')(require)`.
9+
* A lazy-cache object, usually created through an expression of the form `require('lazy-cache')(require)`.
1010
*/
1111
class LazyCacheObject extends DataFlow::SourceNode {
1212
LazyCacheObject() {

0 commit comments

Comments
 (0)