Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01351d4

Browse filesBrowse files
authored
Fix comment typo in program.ts
1 parent 5719c8d commit 01351d4
Copy full SHA for 01351d4

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/program.ts‎

Copy file name to clipboardExpand all lines: src/compiler/program.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.