update content about error tips

This commit is contained in:
gouguoyin 2021-08-06 14:01:05 +02:00
parent 7b8ded9b1e
commit 312d9b5922
3 changed files with 3 additions and 3 deletions

View File

@ -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
```
###### 场景二

View File

@ -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
```
###### シーン二

View File

@ -1115,7 +1115,7 @@ if c.Error != nil {
}
fmt.Println(c.ToDateTimeString())
// Output
cannot parse "xxx" to carbon, please make sure the value is valid
cannot parse "xxx" as carbon, please make sure the value is valid
```
###### Scene two