From 005b8351d8ee5b8b18a12926adae01f63ac29e8c Mon Sep 17 00:00:00 2001 From: Deanna Gelosi <37255721+deannagelosi@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:56:13 -0400 Subject: [PATCH] fix typo on "fill" operation changed lifted to lowered for white cell structure --- projects/docs/docs/reference/operations/cloth/fill/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/docs/docs/reference/operations/cloth/fill/index.md b/projects/docs/docs/reference/operations/cloth/fill/index.md index bb0b874ac..e31f44a4e 100644 --- a/projects/docs/docs/reference/operations/cloth/fill/index.md +++ b/projects/docs/docs/reference/operations/cloth/fill/index.md @@ -17,7 +17,7 @@ import {OperationHeader} from '@site/src/components/OperationPage'; ## Inlets - `pattern`: a draft describing the regions you would like to fill (or replace) with the input structure - `black cell structure`: the structure to replace all black (warp raised) cells with -- `white cell structure`: the structure to replace all white (warp raised) interlacements with +- `white cell structure`: the structure to replace all white (warp lowered) interlacements with ## Application @@ -28,4 +28,4 @@ adacad id: `fill` ```ts reference https://github.com/UnstableDesign/AdaCAD/tree/main/packages/adacad-drafting-lib/src/operations/fill/fill.ts -``` \ No newline at end of file +```