Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X f14e2a1fc -> 30b94cd42
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/30b94cd4 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/30b94cd4 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/30b94cd4 Branch: refs/heads/GROOVY_2_6_X Commit: 30b94cd42877121d9ed896be191274e96f65d4e0 Parents: f14e2a1 Author: Jeff Sheets <[email protected]> Authored: Wed Aug 16 15:36:57 2017 -0500 Committer: John Wagenleitner <[email protected]> Committed: Thu Aug 17 20:05:32 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/30b94cd4/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]]
