From a5e2e801b777530daa316926f8423b50ac467f0c Mon Sep 17 00:00:00 2001 From: LKSNDRTMLKV Date: Sat, 22 Aug 2026 22:55:12 +0200 Subject: [PATCH] docs(sector): show the current textile country key in the example --- crates/dpp-domain/src/domain/sector/data/sector_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dpp-domain/src/domain/sector/data/sector_data.rs b/crates/dpp-domain/src/domain/sector/data/sector_data.rs index b721769..47e6bc7 100644 --- a/crates/dpp-domain/src/domain/sector/data/sector_data.rs +++ b/crates/dpp-domain/src/domain/sector/data/sector_data.rs @@ -23,7 +23,7 @@ use crate::domain::sector::Sector; /// { "sector": "battery", "gtin": "09506000134352", "nominalVoltageV": 3.2, ... } /// ``` /// ```json -/// { "sector": "textile", "fibreComposition": [...], "countryOfManufacturing": "BD" } +/// { "sector": "textile", "fibreComposition": [...], "countryOfOrigin": "BD" } /// ``` /// An unknown `sector` tag deserialises to [`SectorData::Other`], which keeps /// both the tag and the payload verbatim — see the hand-written `Deserialize`