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 +```