From f623db461aa6bf48ade85e4f9333dae9f48ec909 Mon Sep 17 00:00:00 2001 From: Maiky <76447395+maikypedia@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:51:13 +0200 Subject: [PATCH] Change qldoc --- javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll b/javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll index 5d43c95a085..e8d249607eb 100644 --- a/javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll +++ b/javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll @@ -15,7 +15,7 @@ module Apollo { ]).getMember("ApolloServer") } - /** Get an instanceof of the `gql` function that parses GraphQL strings. */ + /** Gets a reference to the `gql` function that parses GraphQL strings. */ private API::Node gql() { result = API::moduleImport([