| author | |
| committer | |
| log | c507c7862e363c59fd61bf914f13060e19bf9f68 |
| tree | 9ec9c52a9c670bd19c65322c19ead9cbe337c905 |
| parent | 41aa5edaaf79da869c6f39f0f0508b3fb5d3d34c |
Changed **an handle** -> **a handle**.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs.zig+1-1| ... | ... | @@ -1856,7 +1856,7 @@ pub const Dir = struct { |
| 1856 | 1856 | } |
| 1857 | 1857 | }; |
| 1858 | 1858 | |
| 1859 | /// Returns an handle to the current working directory. It is not opened with iteration capability. | |
| 1859 | /// Returns a handle to the current working directory. It is not opened with iteration capability. | |
| 1860 | 1860 | /// Closing the returned `Dir` is checked illegal behavior. Iterating over the result is illegal behavior. |
| 1861 | 1861 | /// On POSIX targets, this function is comptime-callable. |
| 1862 | 1862 | pub fn cwd() Dir { |