Skip to content

Commit 2707b2f

Browse files
author
james
committed
docs: fix typos
1 parent cded4a5 commit 2707b2f

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-cpp.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Introduction to variant analysis for C/C++
77
Information
88
===========
99

10-
- Pressing 'h' highlights code snippets
11-
- Pressing 'p' toggles speaker notes (if they're on the current slide)
12-
- Pressing 'f' toggles fullscreen viewing
13-
- Pressing 'w' toggles widescreen
14-
- Pressing 'o' toggles overview mode
10+
- Pressing ``p`` toggles extra notes (if they're on the current slide)
11+
- Pressing ``f`` toggles full screen viewing
12+
- Pressing ``o`` toggles overview mode
1513

1614
Getting started and setting up
1715
==============================
@@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
2321

2422
More resources:
2523

26-
- If you are a completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
24+
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
2725
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
2826
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
2927

@@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
149147

150148
A class has at least one supertype and optionally a **characteristic predicate**; it contains the values that belong to *all* supertypes *and* satisfy the characteristic predicate, if provided.
151149

152-
Memember predicates are inherited and can be overidden.
150+
Member predicates are inherited and can be overidden.
153151

154152
.. code-block:: ql
155153
@@ -215,4 +213,4 @@ Model answer
215213
What next?
216214
==========
217215

218-
Try working through the next QL training topic: **Introduction to dataflow**.
216+
Try working through the next QL training topic: **Introduction to data flow**.

docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Patching is still possible mid-flight, but what if there are more such issues?
1010

1111
.. note::
1212

13-
When the Curiosity Rover was on its way to Mars in 2012, a flight software developer at NASA JPL discovered a mission-critical bug through manual code review. The problem occurred in Curiosity’s Entry, Descent and Landing software–the software responsible for the Rover’s descent through the Martian atmosphere and landing it safely on the surface. of Mars.
13+
When the Curiosity Rover was on its way to Mars in 2012, a flight software developer at NASA JPL discovered a mission-critical bug through manual code review. The problem occurred in Curiosity’s Entry, Descent, and Landing software–the software responsible for the Rover’s descent through the Martian atmosphere and landing it safely on the surface. of Mars.
1414

1515
The bug, which had gone undetected by traditional solutions, was likely to prevent the capsule’s parachutes from opening, resulting in the Rover crashing onto the red planet’s rocky surface.
1616

docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-java.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Introduction to variant analysis for Java
77
Information
88
===========
99

10-
- Pressing 'h' highlights code snippets
11-
- Pressing 'p' toggles speaker notes (if they're on the current slide)
12-
- Pressing 'f' toggles fullscreen viewing
13-
- Pressing 'w' toggles widescreen
14-
- Pressing 'o' toggles overview mode
10+
- Pressing ``p`` toggles extra notes (if they're on the current slide)
11+
- Pressing ``f`` toggles full screen viewing
12+
- Pressing ``o`` toggles overview mode
1513

1614
Getting started and setting up
1715
==============================
@@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
2321

2422
More resources:
2523

26-
- If you are a completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
24+
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
2725
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
2826
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
2927

@@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
149147

150148
A class has at least one supertype and optionally a **characteristic predicate**; it contains the values that belong to *all* supertypes *and* satisfy the characteristic predicate, if provided.
151149

152-
Memember predicates are inherited and can be overidden.
150+
Member predicates are inherited and can be overidden.
153151

154152
.. code-block:: ql
155153
@@ -214,4 +212,4 @@ Model answer
214212
What next?
215213
==========
216214

217-
Try working through the next QL training topic: **Introduction to dataflow**.
215+
Try working through the next QL training topic: **Introduction to data flow**.

0 commit comments

Comments
 (0)