You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by jw...@apache.org on 2017/09/03 19:20:56 UTC

groovy git commit: doc fix

Repository: groovy
Updated Branches:
  refs/heads/master 004be8226 -> 03cb2ca6c


doc fix


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

Branch: refs/heads/master
Commit: 03cb2ca6c35f933184e7b0c5fafc6acb6d4445c6
Parents: 004be82
Author: John Wagenleitner <jw...@apache.org>
Authored: Sun Sep 3 12:13:47 2017 -0700
Committer: John Wagenleitner <jw...@apache.org>
Committed: Sun Sep 3 12:15:53 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/03cb2ca6/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 87a5033..767515b 100644
--- a/src/spec/doc/core-object-orientation.adoc
+++ b/src/spec/doc/core-object-orientation.adoc
@@ -459,7 +459,7 @@ to omit the type.
 
 A property is a combination of a private field and getters/setters. You can define a property with:
 
-* an *absent* access modifier (no `public`, `protected` or `final`)
+* an *absent* access modifier (no `public`, `protected` or `private`)
 * one or more optional _modifiers_ (`static`, `final`, `synchronized`)
 * an optional _type_
 * a mandatory _name_