We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0785c1b commit d5f43fbCopy full SHA for d5f43fb
docs/language/learn-ql/javascript/type-tracking.rst
@@ -347,7 +347,7 @@ all functions that flow into the ``once()`` call.
347
Backwards type tracking is not too different from forwards type tracking. The differences are:
348
349
- The ``TypeTracker`` parameter instead has type ``TypeBackTracker``.
350
-- The call to ``.track()`` is instead a call to ``.backtrack()``
+- The call to ``.track()`` is instead a call to ``.backtrack()``.
351
- To ensure the initial value is a source node, a call to ``getALocalSource()`` is usually required.
352
353
.. code-block:: ql
0 commit comments