Skip to content

Commit b8d0f29

Browse files
committed
Fix more doc
1 parent dd02b4b commit b8d0f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xilem/src/view/stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ pub struct StackItem<V, State, Action> {
419419
phantom: PhantomData<fn() -> (State, Action)>,
420420
}
421421

422-
/// Creates a [`StackItem`] from a view and [`StackParams`].
422+
/// Creates a [`StackItem`] from a view and [`CrossAxisAlignment`].
423423
pub fn stack_item<V, State, Action>(
424424
view: V,
425425
alignment: Option<CrossAxisAlignment>,

0 commit comments

Comments
 (0)