You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/08/21 15:57:35 UTC

[groovy-website] branch asf-site updated: add missing space

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d7ba806  add missing space
d7ba806 is described below

commit d7ba8068d9bd96317adae29a8cac253be7670716
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Aug 22 01:57:25 2019 +1000

    add missing space
---
 site/src/site/releasenotes/groovy-1.6.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/releasenotes/groovy-1.6.adoc b/site/src/site/releasenotes/groovy-1.6.adoc
index 4745955..0e89ceb 100644
--- a/site/src/site/releasenotes/groovy-1.6.adoc
+++ b/site/src/site/releasenotes/groovy-1.6.adoc
@@ -8,7 +8,7 @@ release are:
 * Optional return in `if`/`else` and `try`/`catch` blocks
 * Java 5 annotation definition
 * *AST transformations* and all the provided transformation annotations
-like`@Singleton`, `@Lazy`, `@Immutable`, `@Delegate` and friends
+like `@Singleton`, `@Lazy`, `@Immutable`, `@Delegate` and friends
 * The Grape module and dependency system and its `@Grab` transformation
 * Various Swing builder improvements, thanks to the Swing
 / link:http://griffon-framework.org/[Griffon] team, as well as several Swing