Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Jan 11, 2024
1 parent 3675dc6 commit 25ee19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ macro_rules! formats {

/// Returns the short name of the file format.
///
/// Note: This information is not necessarily unique, as multiple file formats might
/// Note: this information is not necessarily unique, as multiple file formats might
/// share the same short name.
///
/// # Examples
Expand All @@ -81,7 +81,7 @@ macro_rules! formats {

/// Returns the common media type (formerly known as MIME type) of the file format.
///
/// Note: Some media types may not be defined in the IANA registry.
/// Note: some media types may not be defined in the IANA registry.
///
/// # Examples
///
Expand All @@ -103,7 +103,7 @@ macro_rules! formats {

/// Returns the common extension of the file format.
///
/// Note: This information is never empty.
/// Note: this information is never empty.
///
/// # Examples
///
Expand Down

0 comments on commit 25ee19f

Please sign in to comment.