Skip to content

Commit

Permalink
Fixed typo in the comments on android examples build.gradle.kts files
Browse files Browse the repository at this point in the history
PR #612
  • Loading branch information
roma321m committed May 29, 2024
1 parent cf9c6a4 commit 90228e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kover {
}

variant("release") {
// verification ony for 'release' build variant
// verification only for 'release' build variant
verify {
rule {
minBound(50)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kover {
}

variant("custom") {
// verification ony for 'custom' report variant
// verification only for 'custom' report variant
verify {
rule {
minBound(50)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kover {
}

variant("release") {
// verification ony for 'release' build variant
// verification only for 'release' build variant
verify {
rule {
minBound(50)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kover {
}

variant("custom") {
// verification ony for 'custom' report variant
// verification only for 'custom' report variant
verify {
rule {
minBound(50)
Expand Down

0 comments on commit 90228e7

Please sign in to comment.