mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:08:34 +08:00
fix typo
This commit is contained in:
@@ -51,7 +51,7 @@ func (tn *TwoInts) String() string {
|
||||
type TT float64
|
||||
|
||||
func (t TT) String() string {
|
||||
return fmt.Sprintf("%v", s)
|
||||
return fmt.Sprintf("%v", t)
|
||||
}
|
||||
t. String()
|
||||
```
|
||||
|
Reference in New Issue
Block a user