We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d28b0 commit 8f15572Copy full SHA for 8f15572
src/storage/storage.zig
@@ -173,7 +173,7 @@ pub const Bottle = struct {
173
// > context of another document.
174
// https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event
175
//
176
- // So for now, we won't impement the feature.
+ // So for now, we won't implement the feature.
177
}
178
179
pub fn _removeItem(self: *Bottle, k: []const u8) !void {
0 commit comments