spelling: emptiness

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:21 -04:00
parent 565543a61b
commit b2f5bfaf74

View File

@@ -54,7 +54,7 @@ module ModificationOfParameterWithDefault {
*/
abstract class MustBeNonEmpty extends DataFlow::Node { }
/** Gets the truthiness (non emptyness) of the default of `p` if that value is mutable */
/** Gets the truthiness (non emptiness) of the default of `p` if that value is mutable */
private boolean mutableDefaultValue(Parameter p) {
exists(Dict d | p.getDefault() = d |
exists(d.getAKey()) and result = true