chore: fix typo

This commit is contained in:
Rob Watson 2025-04-05 21:41:03 +02:00
parent e778c3c443
commit 1c742426ed

View File

@ -70,7 +70,7 @@ func TestRightPad(t *testing.T) {
want: "foo ",
},
{
name: "string with equal lenth to required width",
name: "string with length equal to required width",
input: "foobar",
want: "foobar",
},