Skip to content

Commit 72c15c9

Browse files
committed
Merge branch 'feat/multiple-highlighters' of https://github.com/thecoolwinter/CodeEditSourceEditor into feat/multiple-highlighters
2 parents 327fc72 + fc55634 commit 72c15c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/Highlighting/StyledRangeContainer/StyledRangeStore/StyledRangeStore+Internals.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension StyledRangeStore {
1919
extension StyledRangeStore {
2020
/// Coalesce items before and after the given range.
2121
///
22-
/// Compares the next run with the run at the given range. I they're the same, removes the next run and grows the
22+
/// Compares the next run with the run at the given range. If they're the same, removes the next run and grows the
2323
/// pointed-at run.
2424
/// Performs the same operation with the preceding run, with the difference that the pointed-at run is removed
2525
/// rather than the queried one.

0 commit comments

Comments
 (0)