mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
fix the tinyest typo
This commit is contained in:
parent
d15a0ec7b2
commit
7add370371
@ -687,7 +687,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user