Skip to content

Commit

Permalink
Merge pull request #1140 from birkenfeld/patch-1
Browse files Browse the repository at this point in the history
docs(quality_item): fix typo
  • Loading branch information
seanmonstar committed Apr 18, 2017
2 parents 736a342 + 4c4da4c commit bb7c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/shared/quality_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::str;
/// # Implementation notes
///
/// The quality value is defined as a number between 0 and 1 with three decimal places. This means
/// there are 1000 possible values. Since floating point numbers are not exact and the smallest
/// there are 1001 possible values. Since floating point numbers are not exact and the smallest
/// floating point data type (`f32`) consumes four bytes, hyper uses an `u16` value to store the
/// quality internally. For performance reasons you may set quality directly to a value between
/// 0 and 1000 e.g. `Quality(532)` matches the quality `q=0.532`.
Expand Down

0 comments on commit bb7c9b9

Please sign in to comment.