Skip to content

Commit 5e27257

Browse files
asgerferik-krogh
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript.rst
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 404b0f2 commit 5e27257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The characteristic predicate of this class checks that the sanitizer guard is a
366366
of ``blocksExpr`` says such a call sanitizes its first argument (that is, ``getArgument(0)``) if it evaluates to ``true`` (or rather, a truthy
367367
value).
368368

369-
Now we can implement ``isBarrier`` to add this sanitizer guards to our configuration:
369+
Now we can implement ``isBarrier`` to add this sanitizer guard to our configuration:
370370

371371
.. code-block:: ql
372372

0 commit comments

Comments
 (0)