1 parent ed1c434 commit 6420885Copy full SHA for 6420885
1 file changed
src/io/loaderList.js
@@ -17,8 +17,8 @@ let _loaderList = null;
17
18
/**
19
* 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.
+ * Always returns the same array instance so callers can mutate it (for
+ * example in tests) and have those mutations visible to all consumers.
22
*
23
* @returns {Array} The list of loader constructors.
24
*/
0 commit comments