Fix doc typo (abd -> and) (#350)

This commit is contained in:
David Ross 2019-05-20 10:19:49 -07:00 committed by Alexandre Bury
parent 8d6b256b1c
commit b2184b3a36

View File

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