Skip to content

Commit e8f1e6f

Browse files
authored
Update docs/codeql/writing-codeql-queries/about-codeql-queries.rst
1 parent 4fda17c commit e8f1e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When writing your own alert queries, you would typically import the standard lib
7777
- Java: ``java``
7878
- JavaScript/TypeScript: ``javascript``
7979
- Python: ``python``
80-
- Rubvy: ``ruby``
80+
- Ruby: ``ruby``
8181

8282
There are also libraries containing commonly used predicates, types, and other modules associated with different analyses, including data flow, control flow, and taint-tracking. In order to calculate path graphs, path queries require you to import a data flow library into the query file. For more information, see ":doc:`Creating path queries <creating-path-queries>`."
8383

0 commit comments

Comments
 (0)