From e94c5687938e52b58c1366b8f8f28e5ec8c228e1 Mon Sep 17 00:00:00 2001 From: Khan Winter <35942988+thecoolwinter@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:07:55 -0500 Subject: [PATCH] Remove "b" --- .../CodeEditSourceEditor/Highlighting/HighlightProviding.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift b/Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift index bc8bc1389..edd6a921d 100644 --- a/Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift +++ b/Sources/CodeEditSourceEditor/Highlighting/HighlightProviding.swift @@ -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,