fix-typo
This commit is contained in:
parent
b62fcca9b9
commit
80df17ab55
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ pub trait Program<Message> {
|
||||||
/// [`Geometry`] can be easily generated with a [`Frame`] or stored in a
|
/// [`Geometry`] can be easily generated with a [`Frame`] or stored in a
|
||||||
/// [`Cache`].
|
/// [`Cache`].
|
||||||
///
|
///
|
||||||
/// [`Frame`]: crate::widget::canvas::Cache
|
/// [`Frame`]: crate::widget::canvas::Frame
|
||||||
/// [`Cache`]: crate::widget::canvas::Cache
|
/// [`Cache`]: crate::widget::canvas::Cache
|
||||||
fn draw(&self, bounds: Rectangle, cursor: Cursor) -> Vec<Geometry>;
|
fn draw(&self, bounds: Rectangle, cursor: Cursor) -> Vec<Geometry>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue