authorgravatar for codemyst@outlook.comCodeMyst <codemyst@outlook.com> 2020-07-01 21:44:18+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-01 22:12:44+00:00
log7eed220924062aa68586278568df6731afb2a20e
treed5bf688f47ffcb6641a68bfd5587fd00bb1e64fc
parentf69875d85cc80e37df4572772ec1488ba67de262

in docs removed "path can be absolute" for imports


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -7530,7 +7530,7 @@ test "@hasDecl" {...@@ -7530,7 +7530,7 @@ test "@hasDecl" {
7530 source file than the one they are declared in.7530 source file than the one they are declared in.
7531 </p>7531 </p>
7532 <p>7532 <p>
7533 {#syntax#}path{#endsyntax#} can be a relative or absolute path, or it can be the name of a package.7533 {#syntax#}path{#endsyntax#} can be a relative path or it can be the name of a package.
7534 If it is a relative path, it is relative to the file that contains the {#syntax#}@import{#endsyntax#}7534 If it is a relative path, it is relative to the file that contains the {#syntax#}@import{#endsyntax#}
7535 function call.7535 function call.
7536 </p>7536 </p>