We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f0678 commit e94c568Copy full SHA for e94c568
Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift
@@ -37,7 +37,7 @@ public protocol HighlightProviding: AnyObject {
37
/// - textView: The text view to use.
38
/// - range: The range of the edit.
39
/// - delta: The length of the edit, can be negative for deletions.
40
- /// - Returns: An `IndexSet` containing all Indices to invalidate. b
+ /// - Returns: An `IndexSet` containing all Indices to invalidate.
41
@MainActor
42
func applyEdit(
43
textView: TextView,
0 commit comments