зеркало из https://github.com/github/codeql.git
docs: fix typos
This commit is contained in:
Родитель
cded4a563f
Коммит
2707b2fe2b
|
@ -7,11 +7,9 @@ Introduction to variant analysis for C/C++
|
|||
Information
|
||||
===========
|
||||
|
||||
- Pressing 'h' highlights code snippets
|
||||
- Pressing 'p' toggles speaker notes (if they're on the current slide)
|
||||
- Pressing 'f' toggles fullscreen viewing
|
||||
- Pressing 'w' toggles widescreen
|
||||
- Pressing 'o' toggles overview mode
|
||||
- Pressing ``p`` toggles extra notes (if they're on the current slide)
|
||||
- Pressing ``f`` toggles full screen viewing
|
||||
- Pressing ``o`` toggles overview mode
|
||||
|
||||
Getting started and setting up
|
||||
==============================
|
||||
|
@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
|
|||
|
||||
More resources:
|
||||
|
||||
- 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>`__.
|
||||
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
|
||||
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
|
||||
- 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>`__.
|
||||
|
||||
|
@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
|
|||
|
||||
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.
|
||||
|
||||
Memember predicates are inherited and can be overidden.
|
||||
Member predicates are inherited and can be overidden.
|
||||
|
||||
.. code-block:: ql
|
||||
|
||||
|
@ -215,4 +213,4 @@ Model answer
|
|||
What next?
|
||||
==========
|
||||
|
||||
Try working through the next QL training topic: **Introduction to dataflow**.
|
||||
Try working through the next QL training topic: **Introduction to data flow**.
|
|
@ -10,7 +10,7 @@ Patching is still possible mid-flight, but what if there are more such issues?
|
|||
|
||||
.. note::
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -7,11 +7,9 @@ Introduction to variant analysis for Java
|
|||
Information
|
||||
===========
|
||||
|
||||
- Pressing 'h' highlights code snippets
|
||||
- Pressing 'p' toggles speaker notes (if they're on the current slide)
|
||||
- Pressing 'f' toggles fullscreen viewing
|
||||
- Pressing 'w' toggles widescreen
|
||||
- Pressing 'o' toggles overview mode
|
||||
- Pressing ``p`` toggles extra notes (if they're on the current slide)
|
||||
- Pressing ``f`` toggles full screen viewing
|
||||
- Pressing ``o`` toggles overview mode
|
||||
|
||||
Getting started and setting up
|
||||
==============================
|
||||
|
@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
|
|||
|
||||
More resources:
|
||||
|
||||
- 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>`__.
|
||||
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
|
||||
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
|
||||
- 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>`__.
|
||||
|
||||
|
@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
|
|||
|
||||
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.
|
||||
|
||||
Memember predicates are inherited and can be overidden.
|
||||
Member predicates are inherited and can be overidden.
|
||||
|
||||
.. code-block:: ql
|
||||
|
||||
|
@ -214,4 +212,4 @@ Model answer
|
|||
What next?
|
||||
==========
|
||||
|
||||
Try working through the next QL training topic: **Introduction to dataflow**.
|
||||
Try working through the next QL training topic: **Introduction to data flow**.
|
||||
|
|
Загрузка…
Ссылка в новой задаче