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/06/03 13:27:43 UTC

groovy git commit: Fix a typo (closes #554)

Repository: groovy
Updated Branches:
  refs/heads/master 90be9e50d -> 2d47ece85


Fix a typo (closes #554)


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

Branch: refs/heads/master
Commit: 2d47ece85e59972dccf92d03f1df430c1a32b303
Parents: 90be9e5
Author: Barış Çamur <ba...@outlook.com>
Authored: Wed May 31 17:05:45 2017 +0300
Committer: John Wagenleitner <jw...@apache.org>
Committed: Sat Jun 3 06:24:24 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/2d47ece8/src/spec/doc/style-guide.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/style-guide.adoc b/src/spec/doc/style-guide.adoc
index 344632a..ed56c21 100644
--- a/src/spec/doc/style-guide.adoc
+++ b/src/spec/doc/style-guide.adoc
@@ -569,7 +569,7 @@ In Java, when using two classes of the same name but from different packages, li
 and `java.awt.List`, you can import one class, but have to use a fully-qualified name for the other.
 
 Also sometimes, in your code, multiple usages of a long class name, can increase verbosity and
-reduce clarify of the code.
+reduce clarity of the code.
 
 To improve such situations, Groovy features import aliasing: