Repository: incubator-groovy Updated Branches: refs/heads/master e58274506 -> 5267924ba
Corrected bitwiseNegate in operators documentation (closes #144) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/5267924b Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/5267924b Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/5267924b Branch: refs/heads/master Commit: 5267924ba6bfbc789609e69410d13f9e8618fcc3 Parents: e582745 Author: Pap LÅrinc <paplor...@yahoo.com> Authored: Sun Oct 18 20:48:41 2015 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Oct 18 22:25:57 2015 +0200 ---------------------------------------------------------------------- src/spec/doc/core-operators.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/5267924b/src/spec/doc/core-operators.adoc ---------------------------------------------------------------------- diff --git a/src/spec/doc/core-operators.adoc b/src/spec/doc/core-operators.adoc index c8438a3..d023122 100644 --- a/src/spec/doc/core-operators.adoc +++ b/src/spec/doc/core-operators.adoc @@ -795,6 +795,6 @@ Here is a complete list of the operators and their corresponding methods: | `a()` | a.call() | `~a` -| a.bitwiseNegative() +| a.bitwiseNegate() |====