Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  • Loading branch information
Shnatsel committed Jun 3, 2024
1 parent 1b5ca88 commit b90777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx-bom/src/models/bom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<W: std::io::Write>(
self,
writer: &mut W,
Expand Down

0 comments on commit b90777a

Please sign in to comment.