diff --git a/doc/langref.html.in b/doc/langref.html.in index 7ffbcc0110..3c64e206b4 100644 --- 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#}

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#}:

+ This is now supported in the standard library via {#syntax#}std.fs.wasi.Preopens{#endsyntax#}:

{#code_begin|exe|wasi_preopens#} {#target_wasi#} const std = @import("std");