Small tweaks

This commit is contained in:
Caleb Gardner
2025-05-25 08:21:16 -05:00
parent c4e2dab3f7
commit b0ecbe16bd
+1 -1
View File
@@ -11,7 +11,7 @@ const DirEntry = @import("directory.zig").DirEntry;
const FragEntry = @import("readers/data_reader.zig").FragEntry; const FragEntry = @import("readers/data_reader.zig").FragEntry;
/// A squashfs archive reader. Make sure to call deinit(). /// A squashfs archive reader. Make sure to call deinit().
/// For most actions, you'll want to use the Reader.root File. /// For most actions, you'll want to use Reader.root.
pub const Reader = struct { pub const Reader = struct {
alloc: std.mem.Allocator, alloc: std.mem.Allocator,
holder: FileHolder, holder: FileHolder,