Skip to content

Commit

Permalink
refactor: Fix documentation lints
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 28, 2024
1 parent 61ce6fb commit af13258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ pub fn get_colored_table_row<'a>(
///
/// It adds colors to:
/// * parts separated by ':' character. (e.g. `version: 2`)
///
/// Skips the lines that starts with ' '.
pub fn get_colored_info(info: &str, color: Color) -> Text<'_> {
Text::from(
Expand Down
2 changes: 1 addition & 1 deletion src/term/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl EventHandler {
/// Receive the next event from handler.
///
/// > This function will always block the current thread if
/// there is no data available and it's possible for more data to be sent.
/// > there is no data available and it's possible for more data to be sent.
///
/// (Note that [`Tick`] event is frequently received depending on the tick rate.)
///
Expand Down

0 comments on commit af13258

Please sign in to comment.