Skip to content

Commit d5f43fb

Browse files
asger-semmlejf205
andauthored
Update docs/language/learn-ql/javascript/type-tracking.rst
Co-Authored-By: jf205 <42464962+jf205@users.noreply.github.com>
1 parent 0785c1b commit d5f43fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)