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