Commit 87d5329
committed
docs(pos): fix Storage.current jsdoc — reference set/delete, not update
The Storage interface does not expose an update() method (only
set/get/clear/delete/entries). Replace the stale 'update()' reference
with 'delete()' so the docs match the actual API surface.1 parent a7087b7 commit 87d5329
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments