From 958a5bf810fddbed95ffc54433bf25f2dd941fa0 Mon Sep 17 00:00:00 2001 From: Benoit KUGLER Date: Tue, 17 Dec 2024 11:55:01 +0100 Subject: [PATCH] typo --- shaping/wrapping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaping/wrapping.go b/shaping/wrapping.go index 5a3af81..11b5a8d 100644 --- a/shaping/wrapping.go +++ b/shaping/wrapping.go @@ -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 {