Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jan 18, 2022
1 parent 6f6d258 commit 1166704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ export class Program {
}

/**
* Find a list of files in the program that have a function with the given name (case INsensitive)
* Find a list of files in the program that have a class with the given name (case INsensitive)
*/
public findFilesForClass(className: string) {
const files = [] as BscFile[];
Expand Down

0 comments on commit 1166704

Please sign in to comment.