GitHub user paplorinc opened a pull request:
https://github.com/apache/incubator-groovy/pull/144
Corrected bitwiseNegate in operators documentation
`bitwiseNegative` should `bitwiseNegate` in the `Operator overloading`
documentation (see
http://docs.groovy-lang.org/docs/latest
GitHub user paplorinc opened a pull request:
https://github.com/apache/incubator-groovy/pull/120
Changed the Range's step to Number instead of int
Until now a range could only step by an integer value, even if its elements
had other types, e.g. doubles.
This made stepping