diff --git a/docs/codeql/codeql-language-guides/codeql-for-java.rst b/docs/codeql/codeql-language-guides/codeql-for-java.rst index 13fa4c92625..97f212ac64b 100644 --- a/docs/codeql/codeql-language-guides/codeql-for-java.rst +++ b/docs/codeql/codeql-language-guides/codeql-for-java.rst @@ -40,7 +40,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat - :doc:`Annotations in Java and Kotlin `: CodeQL databases of Java/Kotlin projects contain information about all annotations attached to program elements. -- :doc:`Javadoc `: You can use CodeQL to find errors in Javadoc comments in Java/Kotlin code. +- :doc:`Javadoc `: You can use CodeQL to find errors in Javadoc comments in Java code. - :doc:`Working with source locations `: You can use the location of entities within Java/Kotlin code to look for potential errors. Locations allow you to deduce the presence, or absence, of white space which, in some cases, may indicate a problem.