From 32512015f3e4045347f9eb45251b13158891e295 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Fri, 16 May 2025 19:31:42 +0200 Subject: [PATCH 1/2] docs: fix missing words --- src/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.ts b/src/storage.ts index 0a66aeb..e39978f 100644 --- a/src/storage.ts +++ b/src/storage.ts @@ -52,7 +52,7 @@ export interface PinnedVersion { } /** - * Takes a version number and state management functions that are pinned to this + * Takes a version number and returns two state management functions that are pinned to this * version. * * The two functions it returns are `versionify` and `unpack`. The former can be From 721cdedaf819551ee0fe30c610fb720d3f302a1b Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Tue, 9 Sep 2025 23:52:22 +0200 Subject: [PATCH 2/2] chore: run ci