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