mirror of
https://gitee.com/dromara/carbon.git
synced 2024-12-02 04:07:36 +08:00
update content about error tips
This commit is contained in:
parent
7b8ded9b1e
commit
312d9b5922
@ -1125,7 +1125,7 @@ if c.Error != nil {
|
||||
}
|
||||
fmt.Println(c.ToDateTimeString())
|
||||
// 输出
|
||||
cannot parse "xxx" to carbon, please make sure the value is valid
|
||||
cannot parse "xxx" as carbon, please make sure the value is valid
|
||||
```
|
||||
|
||||
###### 场景二
|
||||
|
@ -1121,7 +1121,7 @@ if c.Error != nil {
|
||||
}
|
||||
fmt.Println(c.ToDateTimeString())
|
||||
// 出力
|
||||
cannot parse "xxx" to carbon, please make sure the value is valid
|
||||
cannot parse "xxx" as carbon, please make sure the value is valid
|
||||
```
|
||||
|
||||
###### シーン二
|
||||
|
Loading…
Reference in New Issue
Block a user