diff --git a/docs/codeql/writing-codeql-queries/introduction-to-ql.rst b/docs/codeql/writing-codeql-queries/introduction-to-ql.rst index e16bfe6a601..f4f19ae48d3 100644 --- a/docs/codeql/writing-codeql-queries/introduction-to-ql.rst +++ b/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: from Person p select p -This query returns . +This query returns a list of people in the tutorial's database. More complicated queries typically look like this: