Skip to content

Commit

Permalink
Reword Bpm/IntegerBpm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde authored and Serial-ATA committed Jan 11, 2024
1 parent 7f479d6 commit ac20868
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tag/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ gen_item_keys!(
InitialKey,
Color,
Mood,
/// Decimal BPM value with custom precision
/// Decimal BPM value with arbitrary precision
///
/// Only read and written if the tag format supports a field for decimal BPM values
/// that are not restricted to integer values.
Expand All @@ -676,7 +676,8 @@ gen_item_keys!(
/// Non-fractional BPM value with integer precision
///
/// Only read and written if the tag format has a field for integer BPM values,
/// e.g. ID3v2 (`TBPM`) and MP4 (`tmpo`).
/// e.g. ID3v2 ([`TBPM` frame](https://github.com/id3/ID3v2.4/blob/516075e38ff648a6390e48aff490abed987d3199/id3v2.4.0-frames.txt#L376))
/// and MP4 (`tmpo` integer atom).
IntegerBpm,

// Legal
Expand Down

0 comments on commit ac20868

Please sign in to comment.