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