Fix spelling in code comment

Changed **an handle** -> **a handle**.
This commit is contained in:
Noah Altunian 2020-10-05 09:59:43 -04:00 committed by Andrew Kelley
parent 41aa5edaaf
commit c507c7862e

View File

@ -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. /// Closing the returned `Dir` is checked illegal behavior. Iterating over the result is illegal behavior.
/// On POSIX targets, this function is comptime-callable. /// On POSIX targets, this function is comptime-callable.
pub fn cwd() Dir { pub fn cwd() Dir {