Skip to content

Commit cfd9c0c

Browse files
committed
Fix missing comma
1 parent 4b8bb0a commit cfd9c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/plot-flat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
var plot = require( '@stdlib/dist-plot-flat' ).plot;
3737
```
3838

39-
#### plot( \[x, y] \[options] )
39+
#### plot( \[x, y,] \[options] )
4040

4141
Returns a [`plot`][@stdlib/plot/ctor] instance for creating 2-dimensional plots.
4242

0 commit comments

Comments
 (0)