Skip to content

Commit 30b6b81

Browse files
authored
fix JavaScript Lint error
Signed-off-by: DUDHAT HEMIL PRAVINKUMAR <[email protected]>
1 parent c8b2a70 commit 30b6b81

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/utils/async/inmap/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/utils/async/inmap/lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @module @stdlib/utils/async/inmap
2525
*
2626
* @example
27+
* ```js
2728
* var readFile = require( '@stdlib/fs/read-file' );
2829
* var inmapAsync = require( '@stdlib/utils/async/inmap' );
2930
*
@@ -55,6 +56,7 @@
5556
* }
5657
*
5758
* inmapAsync( files, read, done );
59+
* ```
5860
*/
5961

6062
// MODULES //

0 commit comments

Comments
 (0)