mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Fix create_rect
function documentation
This commit is contained in:
parent
562d96341c
commit
9cd868f887
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue