From 8f1557254ae69596a40e5ef510e7a3a35c4eda97 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 14 Jan 2025 17:55:31 +0100 Subject: [PATCH] typo fix --- src/storage/storage.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/storage.zig b/src/storage/storage.zig index 52b467d2..6937594d 100644 --- a/src/storage/storage.zig +++ b/src/storage/storage.zig @@ -173,7 +173,7 @@ pub const Bottle = struct { // > context of another document. // 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 {