Skip to content

Commit

Permalink
improve EncoderBuilder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Mar 18, 2024
1 parent 40b3d2f commit c54db5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl<'a> EncoderBuilder<'a> {
self
}

/// Build the encoder.
/// Build an [`Encoder`].
pub fn build(self) -> Result<Encoder> {
let mut writer_builder = WriterBuilder::new(self.destination);
if let Some(options) = self.options {
Expand Down

0 comments on commit c54db5b

Please sign in to comment.