You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/02/01 08:46:48 UTC

[echarts-doc] branch master updated: fix a typo.

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new e5dbcdc  fix a typo.
e5dbcdc is described below

commit e5dbcdc1f8cad7d375cf52c53a50eec9f1437864
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Feb 1 16:46:03 2021 +0800

    fix a typo.
---
 zh/option/component/visual-map-piecewise.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/component/visual-map-piecewise.md b/zh/option/component/visual-map-piecewise.md
index 81e8faf..88de702 100644
--- a/zh/option/component/visual-map-piecewise.md
+++ b/zh/option/component/visual-map-piecewise.md
@@ -56,7 +56,7 @@ pieces: [
 ]
 ```
 
-或者,更精确得,可以使用 `lt`(小于,little than),`gt`(大于,greater than),`lte`(小于等于 lettle than or equals),`gte`(大于等于,greater than or equals)来表达边界:
+或者,更精确得,可以使用 `lt`(小于,less than),`gt`(大于,greater than),`lte`(小于等于 less than or equals),`gte`(大于等于,greater than or equals)来表达边界:
 
 ```javascript
 pieces: [


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org