Skip to content

Commit dc9548f

Browse files
committed
typo
1 parent 7c86745 commit dc9548f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/org/codehaus/groovy/runtime/CustomBooleanCoercionTest.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class CustomBooleanCoercionTest extends GroovyTestCase {
100100
}
101101
}
102102

103-
void testOverideStringAsBooleanThroughEMC() {
103+
void testOverrideStringAsBooleanThroughEMC() {
104104
try {
105105
String.metaClass.asBoolean = { -> true }
106106

@@ -116,7 +116,7 @@ class CustomBooleanCoercionTest extends GroovyTestCase {
116116
}
117117
}
118118

119-
/** A Predicate classe coercible to a boolea expression */
119+
/** A Predicate class coercible to a boolean expression */
120120
class Predicate {
121121
boolean value
122122
boolean asBoolean() { value }

0 commit comments

Comments
 (0)