Skip to content

Commit 27817ea

Browse files
committed
fix
1 parent 1899a60 commit 27817ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/codeql/codeql-language-guides/codeql-for-javascript.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _codeql-for-javascript:
22

3-
CodeQL for JavaScript
4-
=====================
3+
CodeQL for JavaScript and TypeScript
4+
====================================
55

66
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from JavaScript and TypeScript codebases.
77

docs/codeql/codeql-language-guides/codeql-library-for-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CodeQL library for Java and Kotlin
66
When you're analyzing a Java/Kotlin program, you can make use of the large collection of classes in the CodeQL library for Java/Kotlin.
77

88
About the CodeQL library for Java and Kotlin
9-
---------------------------------
9+
--------------------------------------------
1010

1111
There is an extensive library for analyzing CodeQL databases extracted from Java/Kotlin projects. The classes in this library present the data from a database in an object-oriented form and provide abstractions and predicates to help you with common analysis tasks.
1212

0 commit comments

Comments
 (0)