Skip to content

Commit b99f6de

Browse files
committed
docs: remove outdated hint for possible throw #588
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 74ce3a9 commit b99f6de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/bom.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export class Bom {
5050

5151
/**
5252
* @throws {@link TypeError} if `op.version` is neither {@link PositiveInteger} nor `undefined`
53-
* @throws {@link TypeError} if `op.serialNumber` is neither {@link UrnUuid} nor `undefined`
5453
*/
5554
constructor (op: OptionalBomProperties = {}) {
5655
this.metadata = op.metadata ?? new Metadata()

0 commit comments

Comments
 (0)