Skip to content

Commit 60f0106

Browse files
committed
fix: fixed one capitalization I missed previously
1 parent c6d9624 commit 60f0106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_10/libraries/src/loaders/lj_mcwilliams_loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class LjMcwilliamsLoader implements Loader {
3838
returns a Promise of an array of Credit Objects.
3939
*/
4040
async loadCredits(): Promise<Credit[]> {
41-
//the empty credits array will store parsed credit data
41+
//The empty credits array will store parsed credit data
4242
const credits = [];
4343
/**
4444
* This var creates a readable stream from the CSV file and

0 commit comments

Comments
 (0)