Skip to content

Commit

Permalink
Remove "b"
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Sep 7, 2024
1 parent 78f0678 commit e94c568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public protocol HighlightProviding: AnyObject {
/// - textView: The text view to use.
/// - range: The range of the edit.
/// - delta: The length of the edit, can be negative for deletions.
/// - Returns: An `IndexSet` containing all Indices to invalidate. b
/// - Returns: An `IndexSet` containing all Indices to invalidate.
@MainActor
func applyEdit(
textView: TextView,
Expand Down

0 comments on commit e94c568

Please sign in to comment.