Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* Plugin to run cross-language benchmarks.
*
* @module @stdlib/_tools/makie/plugins/makie-benchmark-lang

Check warning on line 24 in lib/node_modules/@stdlib/_tools/makie/plugins/makie-benchmark-lang/lib/index.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unknown word: "makie"

Check warning on line 24 in lib/node_modules/@stdlib/_tools/makie/plugins/makie-benchmark-lang/lib/index.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unknown word: "makie"
*
* @example
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-benchmark-lang' );
* var makie = require( '@stdlib/_tools/makie' );
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-benchmark-lang' );
* var opts = {
* 'plugins': {
* 'benchmark': plugin
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/utils/unshift/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* @module @stdlib/utils/unshift
*
* @example
* var unshift = require( '@stdlib/utils/unshift' );
* var Float64Array = require( '@stdlib/array/float64' );
* var unshift = require( '@stdlib/utils/unshift' );
*
* var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
*
Expand Down
Loading