aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLann <github-lann@lannbox.com>2020-05-05 19:13:35 -0400
committerGitHub <noreply@github.com>2020-05-05 19:13:35 -0400
commiteb4fa63d3d7f7bb04ce20f0545d5d4f14aa05c89 (patch)
treef645770193cca0d3dff7679b1221013826df3e2d /doc
parentad43155f256cd9c9157e409a1158d0e6008bf6eb (diff)
downloadzig-eb4fa63d3d7f7bb04ce20f0545d5d4f14aa05c89.tar.gz
zig-eb4fa63d3d7f7bb04ce20f0545d5d4f14aa05c89.zip
Remove reference to import type (#5279)
* Remove reference to import type * Improve language in `@This()` doc
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 6026912893..2103a0e9e7 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -8189,9 +8189,7 @@ fn List(comptime T: type) type {
{#code_end#}
<p>
When {#syntax#}@This(){#endsyntax#} is used at global scope, it returns a reference to the
- current import. There is a proposal to remove the import type and use an empty struct
- type instead. See
- <a href="https://github.com/ziglang/zig/issues/1047">#1047</a> for details.
+ struct that corresponds to the current file.
</p>
{#header_close#}