Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.9, 2.4.0-rc-1
-
None
-
Patch
Description
There is a typo in the documentation for the xor() method.
It says Called when the '|' operator is used .
It should say Called when the '^' operator is used
Link to master code : https://github.com/groovy/groovy-core/blob/master/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java#L13850-L13860