diff --git a/cyclonedx-bom/src/models/bom.rs b/cyclonedx-bom/src/models/bom.rs index d7644191..44982296 100644 --- a/cyclonedx-bom/src/models/bom.rs +++ b/cyclonedx-bom/src/models/bom.rs @@ -197,7 +197,7 @@ impl Bom { } } - /// Output as a JSON document conforming to the specification version that you provide. + /// Output as an XML document conforming to the specification version that you provide. pub fn output_as_xml( self, writer: &mut W,