mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
in docs removed "path can be absolute" for imports
This commit is contained in:
parent
f69875d85c
commit
7eed220924
@ -7530,7 +7530,7 @@ test "@hasDecl" {
|
||||
source file than the one they are declared in.
|
||||
</p>
|
||||
<p>
|
||||
{#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.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user