From d4086879a13a91d806e799cecd73c5798230b3b8 Mon Sep 17 00:00:00 2001 From: Benoit KUGLER Date: Thu, 16 May 2024 22:17:58 +0200 Subject: [PATCH] fix typo in documentation Co-authored-by: Chris Waldon --- shaping/spacing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaping/spacing_test.go b/shaping/spacing_test.go index 45dd6d8..4ea8d8a 100644 --- a/shaping/spacing_test.go +++ b/shaping/spacing_test.go @@ -99,7 +99,7 @@ func TestCustomSpacing(t *testing.T) { tu.Assert(t, out.Advance == withoutSpacing+5*wordSpacing+23*letterSpacing) } -// make sure that additional letter spacing if properly removed +// make sure that additional letter spacing is properly removed // at the start and end of wrapped lines func TestTrailingSpaces(t *testing.T) { letterSpacing, charAdvance := fixed.I(8), fixed.I(90)