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
80
80
A query module is defined by a ``.ql `` file. It can contain any of the elements listed
81
81
in :ref: `module-bodies ` below.
82
82
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 >`.
86
89
87
90
For example:
88
91
You can’t perform that action at this time.
0 commit comments