JS: Close an unterminated code block

This commit is contained in:
Asger Feldthaus
2020-01-27 12:03:36 +00:00
parent d26cf12c3a
commit 3d567eb889

View File

@@ -297,6 +297,7 @@ private module CachedSteps {
* }
*
* f(arg, cb);
* ```
*
* This is an over-approximation of a possible data flow step through a callback
* invocation.