Skip to content

Commit

Permalink
docs(core): fixed copy + paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 30, 2024
1 parent db39bf0 commit c7b603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl Document {
self.condense_indices(&replace_starts, 2);
}

/// Searches for multiple sequential newline tokens and condenses them down
/// Searches for multiple sequential space tokens and condenses them down
/// into one.
fn condense_spaces(&mut self) {
let mut cursor = 0;
Expand Down

0 comments on commit c7b603a

Please sign in to comment.