Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jan 30, 2024
1 parent f225dc2 commit 3c15e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl Config {
self
}

/// Construct a new instance with th background color set.
/// Construct a new instance with the background color set.
#[inline]
#[must_use]
pub const fn new_with_background(sympols: Sympols, background_color: ANSIColor) -> Self {
Expand Down

0 comments on commit 3c15e97

Please sign in to comment.