Skip to content

Commit 6d6427d

Browse files
committed
fix typo
1 parent 7b2d64b commit 6d6427d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/interactions/brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ plot.addEventListener("input", () => {
311311
const brush = Plot.brush()
312312
```
313313
314-
Returns a new brush with the given *data* and *options*. Both *data* and *options* are optional. If *data* is specified but the neither **x** nor **y** is specified in the *options*, *data* is assumed to be an array of pairs [[*x₀*, *y₀*], [*x₁*, *y₁*], …] such that **x** = [*x₀*, *x₁*, …] and **y** = [*y₀*, *y₁*, …].
314+
Returns a new brush with the given *data* and *options*. Both *data* and *options* are optional. If *data* is specified but neither **x** nor **y** is specified in the *options*, *data* is assumed to be an array of pairs [[*x₀*, *y₀*], [*x₁*, *y₁*], …] such that **x** = [*x₀*, *x₁*, …] and **y** = [*y₀*, *y₁*, …].
315315
316316
## *brush*.inactive(*options*) {#brush-inactive}
317317

0 commit comments

Comments
 (0)