We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b6bfb commit 2ac736cCopy full SHA for 2ac736c
1 file changed
docs/codeql/writing-codeql-queries/introduction-to-ql.rst
@@ -30,7 +30,7 @@ The first query in the `tutorial.ql` file is populated with the query:
30
from Person p
31
select p
32
33
-This query returns .
+This query returns a list of people in the tutorial's database.
34
35
More complicated queries typically look like this:
36
0 commit comments