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

Skip to content

Commit 3d567eb

Browse files
committed
JS: Close an unterminated code block
1 parent d26cf12 commit 3d567eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • javascript/ql/src/semmle/javascript/dataflow/internal

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ private module CachedSteps {
297297
* }
298298
*
299299
* f(arg, cb);
300+
* ```
300301
*
301302
* This is an over-approximation of a possible data flow step through a callback
302303
* invocation.

0 commit comments

Comments
 (0)