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

Co-authored-by: Henning Makholm <hmakholm@github.com>
This commit is contained in:
Shati Patel
2020-06-15 15:15:44 +01:00
committed by GitHub
parent e69c946f31
commit 947ccb06c7

View File

@@ -73,7 +73,7 @@ statement as follows:
#. If the compiler can't find the library file using the above two checks, it looks up ``examples/security/MyLibrary.qll``
relative to each library path entry.
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.
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.
For more information, see `Library path <https://help.semmle.com/QL/ql-spec/language.html#library-path>`__ in the QL language specification.
If the compiler cannot resolve an import statement, then it gives a compilation error.