aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCodeMyst <codemyst@outlook.com>2020-07-01 21:44:18 +0200
committerAndrew Kelley <andrew@ziglang.org>2020-07-01 22:12:44 +0000
commit7eed220924062aa68586278568df6731afb2a20e (patch)
treed5bf688f47ffcb6641a68bfd5587fd00bb1e64fc /doc
parentf69875d85cc80e37df4572772ec1488ba67de262 (diff)
downloadzig-7eed220924062aa68586278568df6731afb2a20e.tar.gz
zig-7eed220924062aa68586278568df6731afb2a20e.zip
in docs removed "path can be absolute" for imports
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 95b7171c44..aef7b09798 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.
</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>