Skip to content

Commit

Permalink
Correct an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 6, 2024
1 parent 00206d6 commit c671438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selection.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ChangeDesc} from "./change"

// A range's flags field is used like this:
// - 2 bits for bidi level (3 means unset) (only meaningful for
// - 3 bits for bidi level (7 means unset) (only meaningful for
// cursors)
// - 2 bits to indicate the side the cursor is associated with (only
// for cursors)
Expand Down

0 comments on commit c671438

Please sign in to comment.