You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/language/learn-ql/writing-queries/writing-queries.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ CodeQL queries are used in code scanning analyses to find problems in source cod
22
22
- :doc:`Providing locations in CodeQL queries <../locations>`: CodeQL includes mechanisms for extracting the ___location of elements in a codebase. Use these mechanisms when writing custom CodeQL queries and libraries to help display information to users.
23
23
- :doc:`About data flow analysis <../intro-to-data-flow>`: Data flow analysis is used to compute the possible values that a variable can hold at various points in a program, determining how those values propagate through the program and where they are used.
24
24
- :doc:`Creating path queries <path-queries>`: You can create path queries to visualize the flow of information through a codebase.
25
-
- :doc:`trouble shooting query performance <debugging-queries>`: Improve the performance of your CodeQL queries by following a few simple guidelines.
25
+
- :doc:`Troubleshooting query performance <debugging-queries>`: Improve the performance of your CodeQL queries by following a few simple guidelines.
0 commit comments