Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Jan 12, 2024
1 parent 55020f5 commit ad8a370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
///
/// # Parameters
///
/// - `format`: Variant name representing the file format.
/// - `format`: Variant representing the file format.
/// - `name`: Full name of the file format.
/// - `short_name`: Abbreviated name of the file format (optional).
/// - `media_type`: Common media type associated with the file format.
Expand Down Expand Up @@ -150,7 +150,7 @@ macro_rules! formats {
///
/// # Parameters
///
/// - `format`: Variant name representing the file format.
/// - `format`: Variant representing the file format.
/// - `value`: Signature value associated with the format (can be repeated).
/// - `offset`: Offset to start matching the signature value (defaults to 0 if not specified).
macro_rules! signatures {
Expand Down

0 comments on commit ad8a370

Please sign in to comment.