Skip to content

Commit 0c291ed

Browse files
authored
Fix small typo in README (#526)
1 parent 10e3cd4 commit 0c291ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ Bins on *x*. Also groups on *y* and the first channel of *z*, *fill*, or *stroke
11591159
Plot.rectX(athletes, Plot.binY({x: "count"}, {y: "weight"}))
11601160
```
11611161

1162-
Bins on *y*. Groups on on *x* and first channel of *z*, *fill*, or *stroke*, if any.
1162+
Bins on *y*. Also groups on *x* and first channel of *z*, *fill*, or *stroke*, if any.
11631163

11641164
### Group
11651165

0 commit comments

Comments
 (0)