Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/snippets/render.rs')
-rw-r--r--helix-core/src/snippets/render.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-core/src/snippets/render.rs b/helix-core/src/snippets/render.rs
index e5a7d9bb..765c5c76 100644
--- a/helix-core/src/snippets/render.rs
+++ b/helix-core/src/snippets/render.rs
@@ -94,8 +94,7 @@ impl Snippet {
elaborate::TabstopKind::Choice { choices } => TabstopKind::Choice {
choices: choices.clone(),
},
- // start out as empty: the first non-empty placeholder will change this to
- // a placeholder automatically
+ // start out as empty the first non-empty placeholder will change this to a aplaceholder automatically
elaborate::TabstopKind::Empty
| elaborate::TabstopKind::Placeholder { .. } => TabstopKind::Empty,
elaborate::TabstopKind::Transform(transform) => {