From b90777a3563bafafd90330140b2a150e7ac11cc1 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 3 Jun 2024 15:55:59 +0100 Subject: [PATCH] Fix docstring Signed-off-by: Sergey "Shnatsel" Davidoff --- cyclonedx-bom/src/models/bom.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,