diff --git a/README.en.md b/README.en.md index 3335c76..c3f85da 100644 --- a/README.en.md +++ b/README.en.md @@ -127,7 +127,7 @@ $ go test -v ./_examples/benchmarks_test.go -bench=. -benchtime=1s **are redundant in a logger. The more effective output will be used in v0.0.8 and higher versions.** **3. After checking the benchmarks of v0.0.8 version, we found that time format takes a lots of time** -**because of time.Time.AppendFormat. We are finding a more effective way to fix it, maybe fixed in next version!** +**because of time.Time.AppendFormat. We are finding a more effective way to fix it, maybe fixed in higher version!** ### 👥 Contributing diff --git a/README.md b/README.md index 68b6327..bba335a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ $ go test -v ./_examples/benchmarks_test.go -bench=. -benchtime=1s **判断是可以省略的,可以减少很多运行时操作时间!v0.0.8 版本开始使用了更有效率的输出方式!** **3. 经过对 v0.0.8 版本的性能检测,发现时间格式化操作消耗了接近一般的处理时间,** -**主要体现在 time.Time.AppendFormat 的调用上。目前正在思考优化方案,或许会在下一个版本解决!** +**主要体现在 time.Time.AppendFormat 的调用上。目前正在思考优化方案,或许会在之后的版本中解决!** ### 👥 贡献者