Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrSl authored May 17, 2019
1 parent 726d986 commit fa3f64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class C {
override fun toString(): String = "${s0}"
}

// Ensure that suppression scope is as wider as it should be
// Ensure that suppression scope is as wide as it should be
class D {
@Suppress("RemoveCurlyBracesFromTemplate")
override fun toString(): String = "${s0}"
Expand Down

0 comments on commit fa3f64b

Please sign in to comment.