Skip to content

Commit f623db4

Browse files
committed
Change qldoc
1 parent bb6ef72 commit f623db4

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Apollo {
1515
]).getMember("ApolloServer")
1616
}
1717

18-
/** Get an instanceof of the `gql` function that parses GraphQL strings. */
18+
/** Gets a reference to the `gql` function that parses GraphQL strings. */
1919
private API::Node gql() {
2020
result =
2121
API::moduleImport([

0 commit comments

Comments
 (0)