Skip to content

Commit

Permalink
[ziglang#12474]: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QusaiHroub committed Jul 28, 2023
1 parent fcaa1de commit a0885d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/fs.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ pub const Dir = struct {
/// This function performs `makePath`, followed by `openDir`.
/// If supported by the OS, this operation is atomic. It is not atomic on
/// all operating systems.
/// On Windows, this function preforms `makeOpenPathAccessMaskW`.
/// On Windows, this function performs `makeOpenPathAccessMaskW`.
pub fn makeOpenPath(self: Dir, sub_path: []const u8, open_dir_options: OpenDirOptions) !Dir {
return switch (builtin.os.tag) {
.windows => {
Expand Down

0 comments on commit a0885d6

Please sign in to comment.