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/16 09:23:45 UTC

incubator-groovy git commit: fix typo

Repository: incubator-groovy
Updated Branches:
  refs/heads/master c6315b9ac -> 59ab3236a


fix typo


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

Branch: refs/heads/master
Commit: 59ab3236aabe4735eb684ac8f9b935d43282016e
Parents: c6315b9
Author: pascalschumacher <pa...@gmx.net>
Authored: Sat May 16 09:23:27 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sat May 16 09:23:27 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/59ab3236/src/spec/doc/core-object-orientation.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-object-orientation.adoc b/src/spec/doc/core-object-orientation.adoc
index 2012558..8304ecf 100644
--- a/src/spec/doc/core-object-orientation.adoc
+++ b/src/spec/doc/core-object-orientation.adoc
@@ -610,7 +610,7 @@ no chance for you to annotate a Java class with a meta-annotation and
 hope it will do the same as in Groovy. Likewise, you cannot write a
 meta-annotation in Java: both the meta-annotation definitionĀ *and* usage
 have to be Groovy code. But you can happily collect Java annotations
-abd Groovy annotations within your meta-annotation.
+and Groovy annotations within your meta-annotation.
 
 When the Groovy compiler encounters a class annotated with a
 meta-annotation, itĀ *replaces* it with the collected annotations. So,