typo in sparkline.rs

pull/170/head
Joseph Knight 5 years ago committed by Florian Dehau
parent 97357c0e08
commit e5fdd442c3

@ -102,11 +102,11 @@ impl<'a> Widget for Sparkline<'a> {
let symbol = match *d {
0 => " ",
1 => bar::ONE_EIGHTH,
2 => bar::ONE_QUATER,
2 => bar::ONE_QUARTER,
3 => bar::THREE_EIGHTHS,
4 => bar::HALF,
5 => bar::FIVE_EIGHTHS,
6 => bar::THREE_QUATERS,
6 => bar::THREE_QUARTERS,
7 => bar::SEVEN_EIGHTHS,
_ => bar::FULL,
};

Loading…
Cancel
Save