Skip to content

Commit 2ac736c

Browse files
authored
Update introduction-to-ql.rst
1 parent a1b6bfb commit 2ac736c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/writing-codeql-queries/introduction-to-ql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The first query in the `tutorial.ql` file is populated with the query:
3030
from Person p
3131
select p
3232
33-
This query returns .
33+
This query returns a list of people in the tutorial's database.
3434

3535
More complicated queries typically look like this:
3636

0 commit comments

Comments
 (0)