Skip to content

Commit aa79e91

Browse files
committed
fix small typo in comments
1 parent 852c702 commit aa79e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/utilitiesPublic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ namespace ts {
311311
// nodes like variable declarations and binding elements can returned a view of their flags
312312
// that includes the modifiers from their container. i.e. flags like export/declare aren't
313313
// stored on the variable declaration directly, but on the containing variable statement
314-
// (if it has one). Similarly, flags for let/const are store on the variable declaration
314+
// (if it has one). Similarly, flags for let/const are stored on the variable declaration
315315
// list. By calling this function, all those flags are combined so that the client can treat
316316
// the node as if it actually had those flags.
317317
export function getCombinedNodeFlags(node: Node): NodeFlags {

0 commit comments

Comments
 (0)