upd docstring

This commit is contained in:
onyx-and-iris 2023-12-17 20:49:11 +00:00
parent 171e50ebe4
commit cb3506cfbc

View File

@ -25,7 +25,7 @@ func (i img) transposed() []string {
return transposed return transposed
} }
// String implements the Stringer interface // String implements the fmt.Stringer interface
func (i img) String() string { func (i img) String() string {
out := "" out := ""
for _, line := range i.raw { for _, line := range i.raw {