From 667ce0d7f846869d351c3e51602ec659b418a7f8 Mon Sep 17 00:00:00 2001 From: Mike van Rossum Date: Fri, 4 Nov 2016 14:55:27 +0000 Subject: [PATCH] "an Y-shape symbol" -> "a Y shape" --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 8cc2aca2..acf805bc 100644 --- a/API.md +++ b/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)