Skip to content

Commit 54661f0

Browse files
committed
JS: Rename the two tutorials
1 parent 366ebbc commit 54661f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/language/learn-ql/javascript/flow-labels.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Advanced data-flow analysis using flow labels
2-
=============================================
1+
Tutorial: Precise data-flow analysis using flow labels
2+
======================================================
33

44
You can use basic inter-procedural data-flow analysis and taint tracking as described in
55
:doc:`Analyzing data flow in JavaScript/TypeScript <dataflow>` to check whether there is a path in

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Tutorial: API modelling with type tracking
2-
==========================================
1+
Tutorial: API modelling using type tracking
2+
===========================================
33

44
This tutorial demonstrates how to build a simple model of the Firebase API in QL
55
using the JavaScript type tracking library.

0 commit comments

Comments
 (0)