File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ module ts {
166
166
}
167
167
168
168
/**
169
- * Declares a Symbol for the Node and add it to symbols. Reports errors for conflicting identifier names.
169
+ * Declares a Symbol for the node and adds it to symbols. Reports errors for conflicting identifier names.
170
170
* @param symbolTable - The symbol table which node will be added to.
171
171
* @param parent - If node is in a class, parent denotes the parent declaration.
172
172
* @param node - The declaration to be added to the symbol table
@@ -185,7 +185,7 @@ module ts {
185
185
// Check and see if the symbol table already has a symbol with this name. If not,
186
186
// create a new symbol with this name and add it to the table. Note that we don't
187
187
// give the new symbol any flags *yet*. This ensures that it will not conflict
188
- // witht he 'excludes' flags we pass in.
188
+ // with the 'excludes' flags we pass in.
189
189
//
190
190
// If we do get an existing symbol, see if it conflicts with the new symbol we're
191
191
// creating. For example, a 'var' symbol and a 'class' symbol will conflict within
You can’t perform that action at this time.
0 commit comments