| ... | @@ -117,7 +117,7 @@ pub const File = struct { | ... | @@ -117,7 +117,7 @@ pub const File = struct { |
| 117 | truncate: bool = true, | 117 | truncate: bool = true, |
| 118 | | 118 | |
| 119 | /// Ensures that this open call creates the file, otherwise causes | 119 | /// Ensures that this open call creates the file, otherwise causes |
| 120 | /// `error.FileAlreadyExists` to be returned. | 120 | /// `error.PathAlreadyExists` to be returned. |
| 121 | exclusive: bool = false, | 121 | exclusive: bool = false, |
| 122 | | 122 | |
| 123 | /// Open the file with a lock to prevent other processes from accessing it at the | 123 | /// Open the file with a lock to prevent other processes from accessing it at the |