Skip to content

Commit 8f15572

Browse files
committed
typo fix
1 parent 11d28b0 commit 8f15572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/storage.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pub const Bottle = struct {
173173
// > context of another document.
174174
// https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event
175175
//
176-
// So for now, we won't impement the feature.
176+
// So for now, we won't implement the feature.
177177
}
178178

179179
pub fn _removeItem(self: *Bottle, k: []const u8) !void {

0 commit comments

Comments
 (0)