From 2ac736cd740cfcbdc3f020ba298ff80c8cd0916c Mon Sep 17 00:00:00 2001 From: Siara <108543037+SiaraMist@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:07:39 -0800 Subject: [PATCH] Update introduction-to-ql.rst --- docs/codeql/writing-codeql-queries/introduction-to-ql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: