Update docs a bunch, fix some typos

This commit is contained in:
Vanilagy
2026-04-15 14:36:53 +02:00
parent 606ee87822
commit 7080b79a2a
16 changed files with 508 additions and 116 deletions
+1 -1
View File
@@ -952,7 +952,7 @@ export const simplifyRational = (rational: Rational): Rational => {
* @public
*/
export type Rectangle = {
/** The distance in pixels to the left edge of the rectangle . */
/** The distance in pixels to the left edge of the rectangle. */
left: number;
/** The distance in pixels to the top edge of the rectangle. */
top: number;