Skip to content

Commit

Permalink
📝 Update documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Oct 19, 2024
1 parent 45c8739 commit 69da88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/archive/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<W: Write> Archive<W> {
Ok(Self::new(write, header))
}

/// Write regular file as normal entry into archive.
/// Write a regular file as normal entry into archive.
///
/// # Example
/// ```no_run
Expand Down Expand Up @@ -432,7 +432,7 @@ impl<W: Write> SolidArchive<W> {
entry.write_in(&mut self.inner)
}

/// Write regular file as solid entry into archive.
/// Write a regular file as solid entry into archive.
///
/// # Example
/// ```no_run
Expand Down

0 comments on commit 69da88e

Please sign in to comment.