Skip to content

Commit

Permalink
Update src/Storage.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
CatChen and Copilot authored Nov 25, 2024
1 parent dcf1761 commit 19c5c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Storage<T> {
/**
* Create or retrieve the storage with the given name and version.
* If the version is omitted, it will use the existing version of the storage with the given name.
* If there is no existing storage with the given name, it will throw an error.b
* If there is no existing storage with the given name, it will throw an error.
* @param name Name of the storage.
* @param version Version of the storage. It has to be a positive integer.
*/
Expand Down

0 comments on commit 19c5c31

Please sign in to comment.