mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 14:08:44 +00:00
chore: fix typo in docsrs example (#946)
This commit is contained in:
parent
18870ce990
commit
a4892ad444
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use crossterm::{
|
|||
};
|
||||
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
|
||||
/// rather than copied to the lib.rs file.
|
||||
|
|
Loading…
Add table
Reference in a new issue