mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Fix doc typo (abd -> and) (#350)
This commit is contained in:
parent
8d6b256b1c
commit
b2184b3a36
@ -13,7 +13,7 @@ pub struct ColorPair {
|
||||
impl ColorPair {
|
||||
/// Return an inverted color pair.
|
||||
///
|
||||
/// With swapped front abd back color.
|
||||
/// With swapped front and back color.
|
||||
pub fn invert(self) -> Self {
|
||||
ColorPair {
|
||||
front: self.back,
|
||||
|
Loading…
Reference in New Issue
Block a user