diff --git a/lib/std/fs.zig b/lib/std/fs.zig index 6f39182d7..8b949a57f 100644 --- a/lib/std/fs.zig +++ b/lib/std/fs.zig @@ -694,7 +694,7 @@ pub const Dir = struct { return self.openFileZ(&path_c, flags); } - /// Save as `openFile` but WASI only. + /// Same as `openFile` but WASI only. pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File { const w = os.wasi; var fdflags: w.fdflags_t = 0x0;