Skip to content

Commit b2f5bfa

Browse files
committed
spelling: emptiness
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 565543a commit b2f5bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/functions/ModificationOfParameterWithDefaultCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module ModificationOfParameterWithDefault {
5454
*/
5555
abstract class MustBeNonEmpty extends DataFlow::Node { }
5656

57-
/** Gets the truthiness (non emptyness) of the default of `p` if that value is mutable */
57+
/** Gets the truthiness (non emptiness) of the default of `p` if that value is mutable */
5858
private boolean mutableDefaultValue(Parameter p) {
5959
exists(Dict d | p.getDefault() = d |
6060
exists(d.getAKey()) and result = true

0 commit comments

Comments
 (0)