From e05181011f0a19fae5ea9b9278025461d0cd3b98 Mon Sep 17 00:00:00 2001 From: gouguoyin <245629560@qq.com> Date: Mon, 16 Aug 2021 10:36:41 +0800 Subject: [PATCH] Remove extra parentheses --- README.cn.md | 2 +- README.jp.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.cn.md b/README.cn.md index d5d71cf..1db16c9 100755 --- a/README.cn.md +++ b/README.cn.md @@ -435,7 +435,7 @@ carbon.Parse("2020-08-05 13:14:15").DiffInSeconds(carbon.Parse("2020-08-05 13:14 carbon.Parse("2020-08-05 13:14:15").DiffInSecondsWithAbs(carbon.Parse("2020-08-05 13:14:14")) // 1 // 对人类友好的可读格式时间差 -carbon.Parse("2020-08-05 13:14:15").DiffForHumans()) // just now +carbon.Parse("2020-08-05 13:14:15").DiffForHumans() // just now carbon.Parse("2019-08-05 13:14:15").DiffForHumans() // 1 year ago carbon.Parse("2018-08-05 13:14:15").DiffForHumans() // 2 years ago carbon.Parse("2021-08-05 13:14:15").DiffForHumans() // 1 year from now diff --git a/README.jp.md b/README.jp.md index 1789e05..e53ff78 100755 --- a/README.jp.md +++ b/README.jp.md @@ -433,7 +433,7 @@ carbon.Parse("2020-08-05 13:14:15").DiffInSeconds(carbon.Parse("2020-08-05 13:14 carbon.Parse("2020-08-05 13:14:15").DiffInSecondsWithAbs(carbon.Parse("2020-08-05 13:14:14")) // 1 // 人間に優しい読み取り可能なフォーマットの時間差を取得します -carbon.Parse("2020-08-05 13:14:15").DiffForHumans()) // just now +carbon.Parse("2020-08-05 13:14:15").DiffForHumans() // just now carbon.Parse("2019-08-05 13:14:15").DiffForHumans() // 1 year ago carbon.Parse("2018-08-05 13:14:15").DiffForHumans() // 2 years ago carbon.Parse("2021-08-05 13:14:15").DiffForHumans() // 1 year from now diff --git a/README.md b/README.md index e1040ac..e8c18e2 100755 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ carbon.Parse("2020-08-05 13:14:15").DiffInSeconds(carbon.Parse("2020-08-05 13:14 carbon.Parse("2020-08-05 13:14:15").DiffInSecondsWithAbs(carbon.Parse("2020-08-05 13:14:14")) // 1 // Difference in human friendly readable format -carbon.Parse("2020-08-05 13:14:15").DiffForHumans()) // just now +carbon.Parse("2020-08-05 13:14:15").DiffForHumans() // just now carbon.Parse("2019-08-05 13:14:15").DiffForHumans() // 1 year ago carbon.Parse("2018-08-05 13:14:15").DiffForHumans() // 2 years ago carbon.Parse("2021-08-05 13:14:15").DiffForHumans() // 1 year from now