You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/02/08 04:12:28 UTC

[04/11] groovy git commit: Fixed typo. (closes #486)

Fixed typo. (closes #486)

~ Petty typo fixes are the backbone of OSS ~


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

Branch: refs/heads/parrot
Commit: d4edf9c531f2678d7a83c07fda16a566cd2d6c61
Parents: 70330d5
Author: amanda.e.sullivan@ndsu.edu <am...@ndsu.edu>
Authored: Tue Jan 31 08:47:51 2017 -0600
Committer: paulk <pa...@asert.com.au>
Committed: Wed Feb 1 11:34:22 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/d4edf9c5/src/spec/doc/core-syntax.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-syntax.adoc b/src/spec/doc/core-syntax.adoc
index d88499c..a0815d0 100644
--- a/src/spec/doc/core-syntax.adoc
+++ b/src/spec/doc/core-syntax.adoc
@@ -719,7 +719,7 @@ include::{projectdir}/src/spec/test/SyntaxTest.groovy[tags=underscore_in_number_
 
 === Number type suffixes
 
-We can force a number (including binary, octals and hexadecimals) to have a specific type by giving a suffix (see table bellow), either uppercase or lowercase.
+We can force a number (including binary, octals and hexadecimals) to have a specific type by giving a suffix (see table below), either uppercase or lowercase.
 
 [cols="1,2" options="header"]
 |====