Skip to content

Commit c032d28

Browse files
committed
docs: fix typo
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent bfd5d7e commit c032d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ All notable changes to this project will be documented in this file.
1111
* `Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize` now omits invalid/unsupported values for serialNumber ([#588] via [#597])
1212
* Changed
1313
* Property `Models.Bom.serialNumber` is of type `string`, was type-aliased `Types.UrnUuid = string` ([#588] via [#597])
14-
Also the setter no longer throws exceptions, since no string format is illegal.
15-
This is considered a non-breaking behaviour change, because the corresponding normalizers assure valid data results.
14+
Also, the setter no longer throws exceptions, since no string format is illegal.
15+
This is considered a non-breaking behavior change, because the corresponding normalizers assure valid data results.
1616
* Added
1717
* Bom serialNumber generator: `Utils.BomUtility.randomSerialNumber()` ([#588] via [#597])
1818
* Deprecation

0 commit comments

Comments
 (0)