File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -856,6 +856,7 @@ A total of 49 issues were closed in this release:
856856
857857<details>
858858
859+ - [`e08ef82`](https://github.com/stdlib-js/stdlib/commit/e08ef82b7c3646523071400cbe2d82542b46efce) - **docs:** remove stray `err` handling in examples and enable lint rule [(#11556)](https://github.com/stdlib-js/stdlib/pull/11556) _(by Philipp Burckhardt)_
859860- [`103a35d`](https://github.com/stdlib-js/stdlib/commit/103a35d6da977625e0c040b224ef1766ba0e5ae8) - **style:** enable lint rule _(by Athan Reines)_
860861- [`84d7a1f`](https://github.com/stdlib-js/stdlib/commit/84d7a1f44c1127dfc9c22b7132d1166d1a96c64b) - **docs:** update namespace table of contents [(#11562)](https://github.com/stdlib-js/stdlib/pull/11562) _(by stdlib-bot, Philipp Burckhardt)_
861862- [`3a73d93`](https://github.com/stdlib-js/stdlib/commit/3a73d932e39d6603c57d8e62de4aba731ffa2fba) - **docs:** update notes _(by Athan Reines)_
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ The function accepts the following arguments:
111111
112112## Examples
113113
114+ <!-- eslint no-undef: "error" -->
115+
114116``` javascript
115117var discreteUniform = require ( ' @stdlib/random/discrete-uniform' );
116118var ndarray2array = require ( ' @stdlib/ndarray/to-array' );
You can’t perform that action at this time.
0 commit comments