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 and aslepchenkov committed Nov 7, 2019
1 parent fe8e310 commit 4ee8253
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 4ee8253

Please sign in to comment.