Skip to content

Commit 3e08420

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1a8740a commit 3e08420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/output/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def make_outputter(bom: 'Bom', output_format: OutputFormat, schema_version: Sche
139139
class BomRefDiscriminator:
140140

141141
def __init__(self, bomrefs: Iterable['BomRef'], prefix: str = 'BomRef') -> None:
142-
# do not use dict/ set here, different BomRefs with same value have same hash abd would shadow each other
142+
# do not use dict/set here, different BomRefs with same value have same hash and would shadow each other
143143
self._bomrefs = tuple((bomref, bomref.value) for bomref in bomrefs)
144144
self._prefix = prefix
145145

0 commit comments

Comments
 (0)