Skip to content

Commit e94c568

Browse files
committed
Remove "b"
1 parent 78f0678 commit e94c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public protocol HighlightProviding: AnyObject {
3737
/// - textView: The text view to use.
3838
/// - range: The range of the edit.
3939
/// - delta: The length of the edit, can be negative for deletions.
40-
/// - Returns: An `IndexSet` containing all Indices to invalidate. b
40+
/// - Returns: An `IndexSet` containing all Indices to invalidate.
4141
@MainActor
4242
func applyEdit(
4343
textView: TextView,

0 commit comments

Comments
 (0)