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

Skip to content

Commit d5f43fb

Browse files
asger-semmlejf205
andauthored
Update docs/language/learn-ql/javascript/type-tracking.rst
Co-Authored-By: jf205 <[email protected]>
1 parent 0785c1b commit d5f43fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/learn-ql/javascript/type-tracking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ all functions that flow into the ``once()`` call.
347347
Backwards type tracking is not too different from forwards type tracking. The differences are:
348348

349349
- The ``TypeTracker`` parameter instead has type ``TypeBackTracker``.
350-
- The call to ``.track()`` is instead a call to ``.backtrack()``
350+
- The call to ``.track()`` is instead a call to ``.backtrack()``.
351351
- To ensure the initial value is a source node, a call to ``getALocalSource()`` is usually required.
352352

353353
.. code-block:: ql

0 commit comments

Comments
 (0)