Skip to content

Commit e1193f9

Browse files
joachimschmidt557ikskuh
authored andcommitted
macosx was renamed to macos
1 parent c35b50b commit e1193f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

known-folders.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub fn getPath(allocator: *std.mem.Allocator, folder: KnownFolder) Error!?[]cons
9797
},
9898
}
9999
},
100-
.macosx => {
100+
.macos => {
101101
if (@hasDecl(root, "known_folders_config") and root.known_folders_config.xdg_on_mac) {
102102
return getPathXdg(allocator, &arena, folder);
103103
}
@@ -193,7 +193,7 @@ const XdgFolderSpec = struct {
193193
default: ?[]const u8,
194194
};
195195

196-
/// Contains the folder items for MacOS X
196+
/// Contains the folder items for macOS
197197
const MacFolderSpec = struct {
198198
suffix: ?[]const u8,
199199
};

0 commit comments

Comments
 (0)