Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Waldon <[email protected]>
  • Loading branch information
benoitkugler and whereswaldon committed May 16, 2024
1 parent fb76dee commit d408687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaping/spacing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d408687

Please sign in to comment.