File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/src/semmle/python Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ class TopLevelPrintAstNode extends PrintAstNode {
134134 *
135135 * This class can be overwriten to define more specific behavior for some `AstNode`s.
136136 * The `getChildNode` and `getStmtList` methods can be overwritten to easily set up a child-parent relation between different `AstElementNode`s.
137- * Be very carefull about overridding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
137+ * Be very carefull about overriding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
138138 */
139139class AstElementNode extends PrintAstNode , TElementNode {
140140 AstNode element ;
You can’t perform that action at this time.
0 commit comments