"an Y-shape symbol" -> "a Y shape"

This commit is contained in:
Mike van Rossum 2016-11-04 14:55:27 +00:00 коммит произвёл Mike Bostock
Родитель 9ec65086df
Коммит 667ce0d7f8
1 изменённых файлов: 1 добавлений и 1 удалений

2
API.md
Просмотреть файл

@ -1004,7 +1004,7 @@ A categorical shape encoding, as in a scatterplot.
* [d3.symbolSquare](https://github.com/d3/d3-shape/blob/master/README.md#symbolSquare) - a square.
* [d3.symbolStar](https://github.com/d3/d3-shape/blob/master/README.md#symbolStar) - a pentagonal star (pentagram).
* [d3.symbolTriangle](https://github.com/d3/d3-shape/blob/master/README.md#symbolTriangle) - an up-pointing triangle.
* [d3.symbolWye](https://github.com/d3/d3-shape/blob/master/README.md#symbolWye) - an Y-shape symbol.
* [d3.symbolWye](https://github.com/d3/d3-shape/blob/master/README.md#symbolWye) - a Y shape.
* [*symbolType*.draw](https://github.com/d3/d3-shape/blob/master/README.md#symbolType_draw) - draw this symbol to the given context.
### [Stacks](https://github.com/d3/d3-shape/blob/master/README.md#stacks)