Skip to content

Commit 509d153

Browse files
jf205shati-patel
andauthored
Apply suggestions from code review
Co-authored-by: Shati Patel <[email protected]>
1 parent e50e2f8 commit 509d153

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/codeql/ql-language-reference/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Learn all about QL, the powerful query language that underlies the code scanning
3535

3636
- :doc:`QL language specification <ql-language-specification>`: A formal specification for the QL language. It provides a comprehensive reference for terminology, syntax, and other technical details about QL.
3737

38-
- :doc:`QLDoc comment specification <qldoc-comment-specification>`: a formal specification for QLDoc comments.
38+
- :doc:`QLDoc comment specification <qldoc-comment-specification>`: A formal specification for QLDoc comments.
3939

4040
.. toctree::
4141
:maxdepth: 1
@@ -56,4 +56,4 @@ Learn all about QL, the powerful query language that underlies the code scanning
5656
name-resolution
5757
evaluation-of-ql-programs
5858
ql-language-specification
59-
qldoc-comment-specification
59+
qldoc-comment-specification

docs/codeql/writing-codeql-queries/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Writing CodeQL queries
55

66
Get to know more about queries and learn some key query-writing skills by solving puzzles.
77

8-
- :ref:`CodeQL <codeql-queries>`: CodeQL queries are used in code scanning analyses to find problems in source code, including potential security vulnerabilities.
8+
- :ref:`CodeQL queries <codeql-queries>`: CodeQL queries are used in code scanning analyses to find problems in source code, including potential security vulnerabilities.
99

1010
- :ref:`QL tutorials <ql-tutorials>`: Solve puzzles to learn the basics of QL before you analyze code with CodeQL. The tutorials teach you how to write queries and introduce you to key logic concepts along the way.
1111

1212
.. toctree::
1313
:hidden:
1414

1515
ql-tutorials/index
16-
codeql-queries/index
16+
codeql-queries/index

0 commit comments

Comments
 (0)