From 4e099a935e47bbd2d5e4fe27b7d5cba3da368e15 Mon Sep 17 00:00:00 2001 From: pigalot Date: Sat, 15 Jan 2022 14:08:29 +0000 Subject: [PATCH] Update markdown/bitburner.product.md Co-authored-by: Jack --- markdown/bitburner.product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/bitburner.product.md b/markdown/bitburner.product.md index 5e5491a8f..495d7f788 100644 --- a/markdown/bitburner.product.md +++ b/markdown/bitburner.product.md @@ -18,7 +18,7 @@ interface Product | --- | --- | --- | | [cityData](./bitburner.product.citydata.md) | {\[key: string\]:number\[\]} | Data refers to the production, sale, and quantity of the products These values are specific to a city For each city, the data is \[qty, prod, sell\] | | [cmp](./bitburner.product.cmp.md) | number | Competition for the product | -| [developmentProgress](./bitburner.product.developmentprogress.md) | number | Creation progress - A number betwee 0-100 representing percentage | +| [developmentProgress](./bitburner.product.developmentprogress.md) | number | Creation progress - A number between 0-100 representing percentage | | [dmd](./bitburner.product.dmd.md) | number | Demand for the product | | [name](./bitburner.product.name.md) | string | Name of the product | | [pCost](./bitburner.product.pcost.md) | number | Production cost |