Skip to content

Commit 3ca3fa7

Browse files
erik-kroghesbena
andauthored
add quotes on code in documentation
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
1 parent 8c0b6f2 commit 3ca3fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/security/dataflow/ExceptionXss.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module ExceptionXss {
6363

6464
/**
6565
* A callback that is the last argument to some call, and the callback has the form:
66-
* function (err, value) {if (err) {...} .. }
66+
* `function (err, value) {if (err) {...} ... }`
6767
*/
6868
class Callback extends DataFlow::FunctionNode {
6969
DataFlow::ParameterNode errorParameter;

0 commit comments

Comments
 (0)