We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9751230 commit b21ae68Copy full SHA for b21ae68
javascript/ql/src/semmle/javascript/frameworks/LazyCache.qll
@@ -6,7 +6,7 @@ import javascript
6
7
module LazyCache {
8
/**
9
- * A lazy-cache object, usually created through an expression of form `require('lazy-cache')(require)`.
+ * A lazy-cache object, usually created through an expression of the form `require('lazy-cache')(require)`.
10
*/
11
class LazyCacheObject extends DataFlow::SourceNode {
12
LazyCacheObject() {
0 commit comments