Fix `create_rect` function documentation

This commit is contained in:
Nathan Lilienthal 2018-12-27 16:02:41 -05:00 committed by Christian Duerr
parent 562d96341c
commit 9cd868f887
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ impl<'a> Lines<'a> {
}
}
/// Create a rectangle between two cells.
/// Create a rectangle that starts on the left of `start` and ends on the right
/// of `end`, based on the given flag and size metrics.
fn create_rect(
start: &RenderableCell,
end: &RenderableCell,