aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-12-08 19:52:05 +0200
committerAndrew Kelley <andrew@ziglang.org>2022-12-09 20:37:18 -0700
commit9d93b2ccf11f584320a2c5209dd2d94705167695 (patch)
treebc746509f92c029be2b6cd3338aace01a5baa91e /doc
parent5831b68341827b544ea3f268c921e9044bd11047 (diff)
downloadzig-9d93b2ccf11f584320a2c5209dd2d94705167695.tar.gz
zig-9d93b2ccf11f584320a2c5209dd2d94705167695.zip
Eliminate `BoundFn` type from the language
Closes #9484
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index e8f2770bbf..e79d5fbfc7 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -9366,12 +9366,7 @@ test "integer truncation" {
<li>{#link|union#}</li>
</ul>
<p>
- For these types, {#syntax#}@Type{#endsyntax#} is not available:
- </p>
- <ul>
- <li>{#link|Functions#}</li>
- <li>BoundFn</li>
- </ul>
+ {#syntax#}@Type{#endsyntax#} is not available for {#link|Functions#}.
{#header_close#}
{#header_open|@typeInfo#}
<pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.Type{#endsyntax#}</pre>