mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Fix typo in doc
This commit is contained in:
parent
9e3cc76441
commit
ed785940dd
@ -71,7 +71,7 @@ impl<T: 'static> SelectView<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the vertical alignment for this view.
|
/// Sets the vertical alignment for this view.
|
||||||
/// (If the ciew is given too much space vertically.)
|
/// (If the view is given too much space vertically.)
|
||||||
pub fn v_align(mut self, v: VAlign) -> Self {
|
pub fn v_align(mut self, v: VAlign) -> Self {
|
||||||
self.align.v = v;
|
self.align.v = v;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user