diff options
Diffstat (limited to 'modern.go')
| -rw-r--r-- | modern.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ func NewCorrectable(name string) Correctable { } } -func (field *Correctable) String() string { +func (field Correctable) String() string { return field.Name } |
