| author | |
| committer | |
| log | 4c5f69a0653f32a049c9c12aa909d04b5a48708c |
| tree | 7a374a43b51f232a4c5015e36785e95b2fae2ed4 |
| parent | 61b8d42d5cd35a4b57802bb4f394eca2cb935bd1 |
Docs were out of sync with code1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs/file.zig+1-1| ... | ... | @@ -117,7 +117,7 @@ pub const File = struct { |
| 117 | 117 | truncate: bool = true, |
| 118 | 118 | |
| 119 | 119 | /// Ensures that this open call creates the file, otherwise causes |
| 120 | /// `error.FileAlreadyExists` to be returned. | |
| 120 | /// `error.PathAlreadyExists` to be returned. | |
| 121 | 121 | exclusive: bool = false, |
| 122 | 122 | |
| 123 | 123 | /// Open the file with a lock to prevent other processes from accessing it at the |