mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Merge pull request #82 from cmbrandenburg/spell_fix
Documentation spell fix
This commit is contained in:
commit
e4b8e8b3a5
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user