Merge pull request #82 from cmbrandenburg/spell_fix

Documentation spell fix
This commit is contained in:
Alexandre Bury 2016-10-15 08:34:59 -07:00 committed by GitHub
commit e4b8e8b3a5

View File

@ -179,7 +179,7 @@ impl ColorStyle {
/// Represents the style a Cursive application will use.
#[derive(Clone,Debug)]
pub struct Theme {
/// Wheter views in a StackView should have shadows.
/// Whether views in a StackView should have shadows.
pub shadow: bool,
/// How view borders should be drawn.
pub borders: Option<BorderStyle>,