authorgravatar for mathieu.guaypaquet@gmail.comMathieu Guay-Paquet <mathieu.guaypaquet@gmail.com> 2020-12-02 11:28:29-05:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2020-12-02 19:08:25+02:00
log4c8632e244fbf1213fb78f21417a2a5c6347cab3
treea7a46933aaa89ba775d267d51e969998bbe3141f
parentdb0cb54f4ea023869d955449ba5e3eb86981d413

fix the tinyest typo


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

lib/std/fs.zig+1-1
...@@ -694,7 +694,7 @@ pub const Dir = struct {...@@ -694,7 +694,7 @@ pub const Dir = struct {
694 return self.openFileZ(&path_c, flags);694 return self.openFileZ(&path_c, flags);
695 }695 }
696696
697 /// Save as `openFile` but WASI only.697 /// Same as `openFile` but WASI only.
698 pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File {698 pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File {
699 const w = os.wasi;699 const w = os.wasi;
700 var fdflags: w.fdflags_t = 0x0;700 var fdflags: w.fdflags_t = 0x0;