From 7eed220924062aa68586278568df6731afb2a20e Mon Sep 17 00:00:00 2001 From: CodeMyst Date: Wed, 1 Jul 2020 21:44:18 +0200 Subject: [PATCH] in docs removed "path can be absolute" for imports --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 95b7171c44a0d8692cb3721d69701bbb5767eb44..aef7b097988bd6e06abd1fb777f19ca71fc16583 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -7530,7 +7530,7 @@ test "@hasDecl" { source file than the one they are declared in.

- {#syntax#}path{#endsyntax#} can be a relative or absolute path, or it can be the name of a package. + {#syntax#}path{#endsyntax#} can be a relative path or it can be the name of a package. If it is a relative path, it is relative to the file that contains the {#syntax#}@import{#endsyntax#} function call.

-- 2.54.0