Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 26, 2024
1 parent 8fcf47c commit 2994c56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CustomBooleanCoercionTest extends GroovyTestCase {
}
}

void testOverideStringAsBooleanThroughEMC() {
void testOverrideStringAsBooleanThroughEMC() {
try {
String.metaClass.asBoolean = { -> true }

Expand All @@ -118,7 +118,7 @@ class CustomBooleanCoercionTest extends GroovyTestCase {
}
}

/** A Predicate classe coercible to a boolea expression */
/** A Predicate class coercible to a boolean expression */
class Predicate {
boolean value
boolean asBoolean() { value }
Expand Down

0 comments on commit 2994c56

Please sign in to comment.