From 6ca8d05c66e71045f455b1d8d365d9c3896a1179 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 29 Oct 2025 13:26:04 -0700 Subject: [PATCH] typo --- src/prelude/dict.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prelude/dict.ts b/src/prelude/dict.ts index 9642a15..bf406e1 100644 --- a/src/prelude/dict.ts +++ b/src/prelude/dict.ts @@ -31,5 +31,5 @@ export const dict = { } // raw functions deal directly in Value types, meaning we can modify collection - // careful - the MUST return a Value! + // careful - they MUST return a Value! ; (dict.set as any).raw = true