Skip to content

Commit c202473

Browse files
committed
fix: Fix GoString method comments
1 parent 8d0c2fe commit c202473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
// GoString implements fmt.GoStringer interface for FormatType struct.
10+
// GoString implements fmt.GoStringer interface for Carbon struct.
1111
// 实现 fmt.GoStringer 接口
1212
func (c *Carbon) GoString() string {
1313
if c.IsInvalid() {

0 commit comments

Comments
 (0)