Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X c664c586b -> d51589da8


docs: Fix @Caonical typo to @Canonical (closes #587)


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

Branch: refs/heads/GROOVY_2_5_X
Commit: d51589da8be3b6a91acabec083027c2b75e2b881
Parents: c664c58
Author: Jeff Sheets <[email protected]>
Authored: Wed Aug 16 15:36:57 2017 -0500
Committer: John Wagenleitner <[email protected]>
Committed: Thu Aug 17 20:06:28 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/d51589da/src/spec/doc/core-metaprogramming.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-metaprogramming.adoc 
b/src/spec/doc/core-metaprogramming.adoc
index 520376b..f2ffdc4 100644
--- a/src/spec/doc/core-metaprogramming.adoc
+++ b/src/spec/doc/core-metaprogramming.adoc
@@ -1063,7 +1063,7 @@ component annotations, like this:
 
include::{projectdir}/src/spec/test/CodeGenerationASTTransformsTest.groovy[tags=canonical_example_excludes,indent=0]
 ----
 
-Any applicable annotation attributes from `@Caonical` are passed along to the 
explicit annotation but
+Any applicable annotation attributes from `@Canonical` are passed along to the 
explicit annotation but
 attributes already existing in the explicit annotation take precedence.
 
 [[xform-InheritConstructors]]

Reply via email to