aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/markdown.rs
diff options
context:
space:
mode:
authorA-Walrus2022-07-06 02:49:54 +0000
committerGitHub2022-07-06 02:49:54 +0000
commit1378b911b63f4fdab7beba77de6d54f1dd070553 (patch)
tree4a0a72ede4d26d4f89732d8db348142eab4a69dc /helix-term/src/ui/markdown.rs
parentb61221107068160c241858a530f6fa4144566122 (diff)
Fix some typos (#2978)
Diffstat (limited to 'helix-term/src/ui/markdown.rs')
-rw-r--r--helix-term/src/ui/markdown.rs2
1 files changed, 1 insertions, 1 deletions
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