Skip to content

Commit 9102955

Browse files
committed
Fix Docs Typo
1 parent f042b38 commit 9102955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CodeEditSourceEditor/Highlighting/StyledRangeContainer/StyledRangeContainer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class StyledRangeContainer {
3434

3535
/// Coalesces all styled runs into a single continuous array of styled runs.
3636
///
37-
/// When there is an overlapping, conflicting style (eg: provider 1 gives `.comment` to the range `0..<2`, and
38-
/// provider 2 gives `.string` to `1..<2`), the provider with a lower identifier will be prioritized. In the example
37+
/// When there is an overlapping, conflicting style (eg: provider 2 gives `.comment` to the range `0..<2`, and
38+
/// provider 1 gives `.string` to `1..<2`), the provider with a lower identifier will be prioritized. In the example
3939
/// case, the final value would be `0..<1=.comment` and `1..<2=.string`.
4040
///
4141
/// - Parameter range: The range to query.

0 commit comments

Comments
 (0)