aboutsummaryrefslogtreecommitdiffstats
path: root/modern.go
diff options
context:
space:
mode:
Diffstat (limited to 'modern.go')
-rw-r--r--modern.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern.go b/modern.go
index 45c92bd..6277796 100644
--- a/modern.go
+++ b/modern.go
@@ -59,7 +59,7 @@ func NewCorrectable(name string) Correctable {
}
}
-func (field *Correctable) String() string {
+func (field Correctable) String() string {
return field.Name
}