Skip to content

Commit 95ebd4c

Browse files
committed
Update README
1 parent e325fa2 commit 95ebd4c

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
@@ -748,7 +748,7 @@ Plot.barY(alphabet, {x: "letter", y: "frequency"}).plot({width: 1024})
748748

749749
#### Plot.marks(...*marks*)
750750

751-
A convenience method for composing a mark from a series of other marks. Returns an array of marks that implements the *mark*.plot function.
751+
A convenience method for composing a mark from a series of other marks. Returns an array of marks that implements the *mark*.plot function. See the [box mark implementation](./src/marks/box.js) for an example.
752752

753753
### Area
754754

0 commit comments

Comments
 (0)