From eb95a9bdacb9f410cfea692e18da23a5bf23f0cd Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Mon, 12 Dec 2022 07:31:55 -0800 Subject: [PATCH] (fix): Correct description of how pluginBust works --- markdown/dev/reference/measurements/en.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/markdown/dev/reference/measurements/en.md b/markdown/dev/reference/measurements/en.md index be12c67b310..a8d3c4156c7 100644 --- a/markdown/dev/reference/measurements/en.md +++ b/markdown/dev/reference/measurements/en.md @@ -66,13 +66,12 @@ they are derived from are provided: ## Measurements from pluginBust In addition, the [pluginBust](/reference/plugins/bust) plugin from -`@freesewing/plugin-bust` will add and modify the following measurements -if the `underbust` measurement is provided: +`@freesewing/plugin-bust` will add and modify the following measurements. -| Measurement | Description | Required Measurements | -|-------------|-------------|-----------| -| `bust` | The original `chest` circumference is copied to `bust` and is used as the bust circumference | `underbust` | -| `chest` | `chest` is changed to the value of `highbust` | `underbust` | +| Measurement | Description | +|-------------|-------------| +| `bust` | Bust circumference (`bust` is set to the value of `chest`) | +| `chest` | (`chest` is changed to the value of `highBust`) |