Documentation tweak

This commit is contained in:
Martyn Eggleton 2026-06-03 12:36:41 +01:00
parent f21aeb55bd
commit bd68c6a0a7
No known key found for this signature in database

View file

@ -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