Skip to content

Commit 277b5b4

Browse files
committed
Java/Kotlin docs: Tweak text
1 parent 950c4c8 commit 277b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ After the initial ``import`` statement, this simple query comprises three parts
9797
+--------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+
9898
| Query part | Purpose | Details |
9999
+==================================================================================================+===================================================================================================================+===================================================================================================+
100-
| ``import java`` | Imports the standard CodeQL libraries for Java. | Every query begins with one or more ``import`` statements. |
100+
| ``import java`` | Imports the standard CodeQL libraries for Java and Kotlin. | Every query begins with one or more ``import`` statements. |
101101
+--------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+
102102
| ``from MethodAccess ma`` | Defines the variables for the query. | We use: |
103103
| | Declarations are of the form: | |

0 commit comments

Comments
 (0)