Skip to content

Commit 6420885

Browse files
committed
Fix lint
1 parent ed1c434 commit 6420885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/io/loaderList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let _loaderList = null;
1717

1818
/**
1919
* Get the list of available data-loader constructors.
20-
* Always returns the same array instance so callers can mutate it (e.g. in
21-
* tests) and have those mutations visible to all consumers.
20+
* Always returns the same array instance so callers can mutate it (for
21+
* example in tests) and have those mutations visible to all consumers.
2222
*
2323
* @returns {Array} The list of loader constructors.
2424
*/

0 commit comments

Comments
 (0)