mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 07:21:24 +00:00
chore: fix typo in docsrs example (#946)
This commit is contained in:
parent
18870ce990
commit
a4892ad444
@ -21,7 +21,7 @@ use crossterm::{
|
|||||||
};
|
};
|
||||||
use ratatui::{prelude::*, widgets::*};
|
use ratatui::{prelude::*, widgets::*};
|
||||||
|
|
||||||
/// Example code for libr.rs
|
/// Example code for lib.rs
|
||||||
///
|
///
|
||||||
/// When cargo-rdme supports doc comments that import from code, this will be imported
|
/// When cargo-rdme supports doc comments that import from code, this will be imported
|
||||||
/// rather than copied to the lib.rs file.
|
/// rather than copied to the lib.rs file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user