mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Fix Canvas doc comment
This commit is contained in:
parent
26e6f4ff97
commit
451d27b58e
@ -24,6 +24,7 @@ impl<T> Canvas<T> {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
/// # use cursive::views::Canvas;
|
||||
/// let canvas = Canvas::new(())
|
||||
/// .with_draw(|printer, _| {
|
||||
/// // Print the view
|
||||
|
Loading…
Reference in New Issue
Block a user