Commit c507c7862e

Noah Altunian <nbaltunian@gmail.com>
2020-10-05 15:59:43
Fix spelling in code comment
Changed **an handle** -> **a handle**.
1 parent 41aa5ed
Changed files (1)
lib
std
lib/std/fs.zig
@@ -1856,7 +1856,7 @@ pub const Dir = struct {
     }
 };
 
-/// Returns an handle to the current working directory. It is not opened with iteration capability.
+/// Returns a handle to the current working directory. It is not opened with iteration capability.
 /// Closing the returned `Dir` is checked illegal behavior. Iterating over the result is illegal behavior.
 /// On POSIX targets, this function is comptime-callable.
 pub fn cwd() Dir {