You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/10/05 11:35:04 UTC

incubator-groovy git commit: trivial grammatical correction

Repository: incubator-groovy
Updated Branches:
  refs/heads/master b3a16b0a9 -> f30069795


trivial grammatical correction


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

Branch: refs/heads/master
Commit: f300697955c08c472e9579f11871195160624d5e
Parents: b3a16b0
Author: Jake Gage <ja...@gmail.com>
Authored: Sun Oct 4 15:43:59 2015 -0500
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Oct 5 11:34:33 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/core-syntax.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/f3006979/src/spec/doc/core-syntax.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-syntax.adoc b/src/spec/doc/core-syntax.adoc
index 98d46af..5333d66 100644
--- a/src/spec/doc/core-syntax.adoc
+++ b/src/spec/doc/core-syntax.adoc
@@ -416,7 +416,7 @@ include::{projectdir}/src/spec/test/SyntaxTest.groovy[tags=closure_in_gstring_1,
 In either case, both placeholders are embedded closures.
 
 In appearance, it looks like a more verbose way of defining expressions to be interpolated,
-but closure have an interesting advantage over mere expressions: lazy evaluation.
+but closures have an interesting advantage over mere expressions: lazy evaluation.
 
 Let's consider the following sample: