From 1378b911b63f4fdab7beba77de6d54f1dd070553 Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Wed, 6 Jul 2022 05:49:54 +0300 Subject: Fix some typos (#2978) --- helix-term/src/ui/markdown.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/ui/markdown.rs') diff --git a/helix-term/src/ui/markdown.rs b/helix-term/src/ui/markdown.rs index e3ce2cd5..a5c78c41 100644 --- a/helix-term/src/ui/markdown.rs +++ b/helix-term/src/ui/markdown.rs @@ -204,7 +204,7 @@ impl Markdown { tags.push(Tag::Item); - // get the approriate bullet for the current list + // get the appropriate bullet for the current list let bullet = list_stack .last() .unwrap_or(&None) // use the '- ' bullet in case the list stack would be empty -- cgit v1.2.3-70-g09d2