From b96b7b7ee12a5d1c8e8c24c95b58b7ca03cec44b Mon Sep 17 00:00:00 2001 From: MALO <57839069+MDLC01@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:33:17 +0200 Subject: Use third person in documentation (#1560) --- library/src/layout/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout/stack.rs') diff --git a/library/src/layout/stack.rs b/library/src/layout/stack.rs index f8670026..97305ddf 100644 --- a/library/src/layout/stack.rs +++ b/library/src/layout/stack.rs @@ -1,7 +1,7 @@ use super::{AlignElem, Spacing}; use crate::prelude::*; -/// Arrange content and spacing horizontally or vertically. +/// Arranges content and spacing horizontally or vertically. /// /// The stack places a list of items along an axis, with optional spacing /// between each item. -- cgit v1.2.3