authorgravatar for mathieu.guaypaquet@gmail.comMathieu Guay-Paquet <mathieu.guaypaquet@gmail.com> 2020-12-02 11:28:29-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-02 16:16:02-07:00
log7add3703717caa35250b4f9955489241a1d5ee61
tree829ea53af4d0c67c692876ac1e43589d8e86466f
parentd15a0ec7b28d7f87b93b2a4fa627ebfebcff2a01

fix the tinyest typo


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/fs.zig+1-1
...@@ -687,7 +687,7 @@ pub const Dir = struct {...@@ -687,7 +687,7 @@ pub const Dir = struct {
687 return self.openFileZ(&path_c, flags);687 return self.openFileZ(&path_c, flags);
688 }688 }
689689
690 /// Save as `openFile` but WASI only.690 /// Same as `openFile` but WASI only.
691 pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File {691 pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File {
692 const w = os.wasi;692 const w = os.wasi;
693 var fdflags: w.fdflags_t = 0x0;693 var fdflags: w.fdflags_t = 0x0;