diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-25 17:20:12 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-25 17:20:12 +0100 |
| commit | 046cd4f5c7bfa2872d45023bed6057538b2a14de (patch) | |
| tree | 0f9a823748edfd1c7a5f624de9ae801f6b6c8786 /library/src | |
| parent | fdf5f864fa30478e5b9c8928b49a0f3c80f75313 (diff) | |
Fix autocomplete
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/basics/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/basics/list.rs b/library/src/basics/list.rs index fc666586..42cee4ed 100644 --- a/library/src/basics/list.rs +++ b/library/src/basics/list.rs @@ -3,7 +3,7 @@ use crate::prelude::*; use crate::text::TextNode; /// # Bullet List -/// An bullet list. +/// A bullet list. /// /// Displays a sequence of items vertically, with each item introduced by a /// marker. |
