Skip to content

Commit 947ccb0

Browse files
Update docs/language/ql-handbook/name-resolution.rst
Co-authored-by: Henning Makholm <[email protected]>
1 parent e69c946 commit 947ccb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/name-resolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ statement as follows:
7373

7474
#. If the compiler can't find the library file using the above two checks, it looks up ``examples/security/MyLibrary.qll``
7575
relative to each library path entry.
76-
The library path is usually specified in the ``libraryPathDependencies`` of the ``qlpack.yml`` file, though it may also depend on the tools you use to run your query, and whether you have specified any extra settings.
76+
The library path is usually specified using the ``libraryPathDependencies`` of the ``qlpack.yml`` file, though it may also depend on the tools you use to run your query, and whether you have specified any extra settings.
7777
For more information, see `Library path <https://help.semmle.com/QL/ql-spec/language.html#library-path>`__ in the QL language specification.
7878

7979
If the compiler cannot resolve an import statement, then it gives a compilation error.

0 commit comments

Comments
 (0)