Skip to content

Commit

Permalink
Merge pull request #37 from woltapp/fix/spelling
Browse files Browse the repository at this point in the history
Fix spelling in the issue description
  • Loading branch information
diastremskii authored Dec 14, 2023
2 parents 8fd9ecd + 3f61bf6 commit be464ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NoEffectScopeBindableValueAsStatement(config: Config) : Rule(config) {
javaClass.simpleName,
Severity.Defect,
"Having a bindable value inside effect scope used as a statement " +
"discards it's result and usually represents an error.",
"discards its result and usually represents an error.",
Debt.FIVE_MINS,
)

Expand Down

0 comments on commit be464ee

Please sign in to comment.