File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/language/ql-handbook Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,12 @@ Query modules
8080A query module is defined by a ``.ql `` file. It can contain any of the elements listed
8181in :ref: `module-bodies ` below.
8282
83- The difference is that a query module must have at least one query in its
84- :ref: `namespace <namespaces >`. This is usually a :ref: `select clause <select-clauses >`,
85- but can also be a :ref: `query predicate <query-predicates >`.
83+ Query modules are slightly different from other modules:
84+
85+ - A query module can't be imported.
86+ - A query module must have at least one query in its
87+ :ref: `namespace <namespaces >`. This is usually a :ref: `select clause <select-clauses >`,
88+ but can also be a :ref: `query predicate <query-predicates >`.
8689
8790For example:
8891
You can’t perform that action at this time.
0 commit comments