commit d100a8e2dcc7aa599ec692b71bc5ea5094d73569 (tree)
parent 8e7d9afdacef9d3a9443fc4b70cfe6aa229ecee5
Author: Linus Groh <mail@linusgroh.de>
Date: Mon, 18 Mar 2024 22:15:06 +0100
langref: Rename std.fs.wasi.{PreopenList => Preopens}
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -11471,7 +11471,7 @@ pub fn main() !void {
1: 123
2: hello{#end_shell_samp#}
<p>A more interesting example would be extracting the list of preopens from the runtime.
- This is now supported in the standard library via {#syntax#}std.fs.wasi.PreopenList{#endsyntax#}:</p>
+ This is now supported in the standard library via {#syntax#}std.fs.wasi.Preopens{#endsyntax#}:</p>
{#code_begin|exe|wasi_preopens#}
{#target_wasi#}
const std = @import("std");