diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-06-24 14:33:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 14:33:17 +0200 |
| commit | b96b7b7ee12a5d1c8e8c24c95b58b7ca03cec44b (patch) | |
| tree | a8884268565be8540c509e53f0fdbccd5e73b89f /library/src/layout/align.rs | |
| parent | 48c25f4da01aa5cbd5e49145f591c85b676e8a54 (diff) | |
Use third person in documentation (#1560)
Diffstat (limited to 'library/src/layout/align.rs')
| -rw-r--r-- | library/src/layout/align.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/align.rs b/library/src/layout/align.rs index 4c9beb63..bbfe9f7e 100644 --- a/library/src/layout/align.rs +++ b/library/src/layout/align.rs @@ -1,6 +1,6 @@ use crate::prelude::*; -/// Align content horizontally and vertically. +/// Aligns content horizontally and vertically. /// /// ## Example { #example } /// ```example |
