Commit 7add370371

Mathieu Guay-Paquet <mathieu.guaypaquet@gmail.com>
2020-12-02 17:28:29
fix the tinyest typo
1 parent d15a0ec
Changed files (1)
lib
std
lib/std/fs.zig
@@ -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;