Merge pull request #927 from diegodox/fix-typo
Fix typo in documentation of `canvas::Program`
This commit is contained in:
commit
c6c3594c83
|
@ -34,7 +34,7 @@ pub trait Program<Message> {
|
|||
/// [`Geometry`] can be easily generated with a [`Frame`] or stored in a
|
||||
/// [`Cache`].
|
||||
///
|
||||
/// [`Frame`]: crate::widget::canvas::Cache
|
||||
/// [`Frame`]: crate::widget::canvas::Frame
|
||||
/// [`Cache`]: crate::widget::canvas::Cache
|
||||
fn draw(&self, bounds: Rectangle, cursor: Cursor) -> Vec<Geometry>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue