Skip to content

Commit 4d9d748

Browse files
committed
fix underlines
1 parent f04a1a5 commit 4d9d748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _analyzing-data-flow-in-java:
22

33
Analyzing data flow in Java and Kotlin
4-
===========================
4+
======================================
55

66
You can use CodeQL to track the flow of data through a Java/Kotlin program to its use.
77

docs/codeql/codeql-language-guides/basic-query-for-javascript-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _basic-query-for-javascript-code:
22

33
Basic query for JavaScript and TypeScript code
4-
===============================
4+
===============================================
55

66
Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.
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
@@ -1,7 +1,7 @@
11
.. _codeql-library-for-java:
22

33
CodeQL library for Java and Kotlin
4-
=======================
4+
==================================
55

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

0 commit comments

Comments
 (0)