Skip to content

Commit 13e3a51

Browse files
committed
JS: Fix qldoc
1 parent f384afb commit 13e3a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/StepSummary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private module Cached {
7878
}
7979

8080
/**
81-
* Holds if `loadProp` of `parameter` is stored in the `storeProp` property of the return value of `fun`.
81+
* Holds if `loadProp` of `param` is stored in the `storeProp` property of the return value of `fun`.
8282
*/
8383
pragma[nomagic]
8484
private predicate summarizedLoadStoreStep(

0 commit comments

Comments
 (0)