mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Fix spelling in code comment
Changed **an handle** -> **a handle**.
This commit is contained in:
parent
41aa5edaaf
commit
c507c7862e
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user