Repository: groovy Updated Branches: refs/heads/master 4ca7598fa -> 2f96bcb71
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/2f96bcb7 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/2f96bcb7 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/2f96bcb7 Branch: refs/heads/master Commit: 2f96bcb71a413dc09d6896a1f3e0deb123d55c04 Parents: 4ca7598 Author: Jeff Sheets <[email protected]> Authored: Wed Aug 16 15:36:57 2017 -0500 Committer: John Wagenleitner <[email protected]> Committed: Thu Aug 17 20:02:17 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/2f96bcb7/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]]
