Skip to content

Commit

Permalink
Resolve unclosed HTML tag doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Jul 28, 2024
1 parent 981e5cd commit af2ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-lsp-types/src/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl InsertTextMode {
/// they match the indentation up to the cursor of the line for
/// which the item is accepted.
///
/// Consider a line like this: <2tabs><cursor><3tabs>foo. Accepting a
/// Consider a line like this: `<2tabs><cursor><3tabs>foo`. Accepting a
/// multi line completion item is indented using 2 tabs all
/// following lines inserted will be indented using 2 tabs as well.
pub const ADJUST_INDENTATION: InsertTextMode = InsertTextMode(2);
Expand Down

0 comments on commit af2ac55

Please sign in to comment.