You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/05/31 21:14:49 UTC

[3/3] incubator-groovy git commit: Documentation: correct the "Assignment arithmetic operators" introduction

Documentation: correct the "Assignment arithmetic operators" introduction


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/6a448500
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/6a448500
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/6a448500

Branch: refs/heads/master
Commit: 6a448500d9ba04cddf6089b7f50ed280c555b1e4
Parents: 221eeb4
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun May 31 21:14:20 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun May 31 21:14:20 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/6a448500/src/spec/doc/core-operators.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-operators.adoc b/src/spec/doc/core-operators.adoc
index 8c8d695..7ab0708 100644
--- a/src/spec/doc/core-operators.adoc
+++ b/src/spec/doc/core-operators.adoc
@@ -74,7 +74,7 @@ include::{projectdir}/src/spec/test/OperatorsTest.groovy[tags=plusplus_minusminu
 
 === Assignment arithmetic operators
 
-From the binary arithmetic operators we have seen above, certain of them are also available in an assignment form:
+The binary arithmetic operators we have seen above are also available in an assignment form:
 
 * `+=`
 * `-=`