Skip to content

Commit 030b8fc

Browse files
authored
Merge pull request microsoft#23976 from ialexryan/patch-3
Fix comment typo in program.ts
2 parents ff396c3 + 01351d4 commit 030b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ namespace ts {
783783
// We only set `file.resolvedModules` via work from the current function,
784784
// so it is defined iff we already called the current function on `file`.
785785
// That call happened no later than the creation of the `file` object,
786-
// which per above occured during the current program creation.
786+
// which per above occurred during the current program creation.
787787
// Since we assume the filesystem does not change during program creation,
788788
// it is safe to reuse resolutions from the earlier call.
789789
const result: ResolvedModuleFull[] = [];

0 commit comments

Comments
 (0)