comments
This commit is contained in:
@@ -75,7 +75,7 @@ pub enum SpanLen {
|
||||
/// relative to remaining free space and other ratios
|
||||
/// eg. 1 and 2 would take up 1/3 and 2/3 of the remaining space (after others)
|
||||
Ratio(f32),
|
||||
/// relative to the total space
|
||||
/// relative to the total space (of the entire span)
|
||||
/// eg. 0.5 means 1/2 of the total space
|
||||
Relative(f32),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user