chore: fix typo in docsrs example (#946)

This commit is contained in:
Orhun Parmaksız 2024-02-12 12:53:56 +03:00 committed by GitHub
parent 18870ce990
commit a4892ad444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.