diff --git a/packages/core/pattern.mjs b/packages/core/pattern.mjs index d0d9404b..11ae75f0 100644 --- a/packages/core/pattern.mjs +++ b/packages/core/pattern.mjs @@ -4131,7 +4131,7 @@ export const worklet = (...args) => pure({}).worklet(...args); /** * Creates a pattern of numbers in base b from a number or pattern of numbers - * padded & limited to d digits long + * limited to d digits long from the right * * @name base * @tags generators