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 f4c12e3 Fix typo
f4c12e3 is described below
commit f4c12e3b834a4903680a0b40b7a944a592d12f47
Author: Paul King <[email protected]>
AuthorDate: Mon Nov 18 06:56:07 2024 +1000
Fix typo
---
site/src/site/blog/fruity-eclipse-collections.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/blog/fruity-eclipse-collections.adoc
b/site/src/site/blog/fruity-eclipse-collections.adoc
index 38598ed..f684b1b 100644
--- a/site/src/site/blog/fruity-eclipse-collections.adoc
+++ b/site/src/site/blog/fruity-eclipse-collections.adoc
@@ -94,7 +94,7 @@ fonts for our fruit as shown here:
image:img/fruit_emoji.png[Noto Color Emoji]
-We'll use an Eclipse Collection `BiMap` to switch back and forth between the
color names
+We'll use an Eclipse Collections `BiMap` to switch back and forth between the
color names
and java.awt colors:
[source,groovy]