We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852c702 commit aa79e91Copy full SHA for aa79e91
src/compiler/utilitiesPublic.ts
@@ -311,7 +311,7 @@ namespace ts {
311
// nodes like variable declarations and binding elements can returned a view of their flags
312
// that includes the modifiers from their container. i.e. flags like export/declare aren't
313
// 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
+ // (if it has one). Similarly, flags for let/const are stored on the variable declaration
315
// list. By calling this function, all those flags are combined so that the client can treat
316
// the node as if it actually had those flags.
317
export function getCombinedNodeFlags(node: Node): NodeFlags {
0 commit comments