Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
severn-everett committed Dec 18, 2021
1 parent 609faa5 commit 85edb20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ class NullCheckOnMutableProperty(config: Config) : Rule(config) {
candidateProperties.getOrPut(candidateFqName) { ArrayDeque() }.apply { add(expression) }
}
}
// Visit descendent expressions to see whether candidate properties
// Visit descendant expressions to see whether candidate properties
// identified in this if-expression are being referenced.
super.visitIfExpression(expression)
// Remove the if-expression after having iterated out of its code block.
Expand Down

0 comments on commit 85edb20

Please sign in to comment.