We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d9624 commit 60f0106Copy full SHA for 60f0106
lesson_10/libraries/src/loaders/lj_mcwilliams_loader.ts
@@ -38,7 +38,7 @@ export class LjMcwilliamsLoader implements Loader {
38
returns a Promise of an array of Credit Objects.
39
*/
40
async loadCredits(): Promise<Credit[]> {
41
- //the empty credits array will store parsed credit data
+ //The empty credits array will store parsed credit data
42
const credits = [];
43
/**
44
* This var creates a readable stream from the CSV file and
0 commit comments