Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitkugler committed Dec 17, 2024
1 parent 8e8f75b commit 958a5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaping/wrapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ func swapVisualOrder(subline Line) {
}
}

// computeBidiOrdering resolve the [VisualIndex] of each run.
// computeBidiOrdering resolves the [VisualIndex] of each run.
func computeBidiOrdering(dir di.Direction, finalLine Line) {
bidiStart := -1
for idx, run := range finalLine {
Expand Down

0 comments on commit 958a5bf

Please sign in to comment.