Fix some minor documentation inconsistencies
This commit is contained in:
parent
be860508a9
commit
01c484245b
3 changed files with 8 additions and 5 deletions
|
|
@ -116,7 +116,7 @@ where
|
|||
self.overlay.operate(layout, renderer, operation);
|
||||
}
|
||||
|
||||
/// Returns true if the cursor is over the [`Element`]
|
||||
/// Returns true if the cursor is over the [`Element`].
|
||||
pub fn is_over(&self, layout: Layout<'_>, cursor_position: Point) -> bool {
|
||||
self.overlay.is_over(layout, cursor_position)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue