This commit is contained in:
Pierre Tachoire
2025-01-14 17:55:31 +01:00
parent 11d28b0bc3
commit 8f1557254a

View File

@@ -173,7 +173,7 @@ pub const Bottle = struct {
// > context of another document. // > context of another document.
// https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event // https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event
// //
// So for now, we won't impement the feature. // So for now, we won't implement the feature.
} }
pub fn _removeItem(self: *Bottle, k: []const u8) !void { pub fn _removeItem(self: *Bottle, k: []const u8) !void {