diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:33:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:34:17 +0100 |
| commit | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch) | |
| tree | 3d63a07659ca159c72d87b465699049301628c89 /library/src/basics/enum.rs | |
| parent | fd787317a858f0f6d9a3ac551d3fecb93286a0af (diff) | |
Fix typos
Diffstat (limited to 'library/src/basics/enum.rs')
| -rw-r--r-- | library/src/basics/enum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/basics/enum.rs b/library/src/basics/enum.rs index 81a36b61..f1784a7e 100644 --- a/library/src/basics/enum.rs +++ b/library/src/basics/enum.rs @@ -42,7 +42,7 @@ use crate::text::TextNode; /// - items: Content (positional, variadic) /// The enumeration's children. /// -/// When using the enum syntax, adjacents items are automatically collected +/// When using the enum syntax, adjacent items are automatically collected /// into enumerations, even through constructs like for loops. /// /// ### Example |
