Skip to content

Commit

Permalink
Corrections [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 14, 2023
1 parent 760ae58 commit 4b09d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/writer/out.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ pub trait WriteStrExt: io::Write {

/// Writes a special sequence into this writer clearing the last `n` lines.
///
/// __Note:__ This method does not clear the current line, only the `n`
/// lines above it.
/// __NOTE:__ This method doesn't clear the current line, only the `n` lines
/// above it.
///
/// # Errors
///
Expand Down

0 comments on commit 4b09d08

Please sign in to comment.