File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/semmle/python/functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module ModificationOfParameterWithDefault {
3333 * should determine if the node (which is perhaps about to be modified)
3434 * can be the default value or not.
3535 *
36- * In this query we do not track the default value exactly, but rather wheter
36+ * In this query we do not track the default value exactly, but rather whether
3737 * it is empty or not (see `Source`).
3838 *
3939 * This is the extension point for determining that a node must be empty and
@@ -46,7 +46,7 @@ module ModificationOfParameterWithDefault {
4646 * should determine if the node (which is perhaps about to be modified)
4747 * can be the default value or not.
4848 *
49- * In this query we do not track the default value exactly, but rather wheter
49+ * In this query we do not track the default value exactly, but rather whether
5050 * it is empty or not (see `Source`).
5151 *
5252 * This is the extension point for determining that a node must be non-empty
You can’t perform that action at this time.
0 commit comments