Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jvz committed Jul 23, 2020
1 parent d991a88 commit 55a2c7f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1117,9 +1117,10 @@ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods replaceFirst java.l
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods reverse java.lang.String
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods takeWhile groovy.lang.GString groovy.lang.Closure
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods takeWhile java.lang.CharSequence groovy.lang.Closure
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toBoolean java.lang.Boolean
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toDouble java.lang.Double
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.Integer
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toBoolean java.lang.String
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toDouble java.lang.String
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.CharSequence
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.String
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods tr java.lang.CharSequence java.lang.CharSequence java.lang.CharSequence
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods unexpand java.lang.CharSequence
staticMethod org.codehaus.groovy.runtime.StringGroovyMethods unexpand java.lang.CharSequence int
Expand Down

0 comments on commit 55a2c7f

Please sign in to comment.