From ebdead79b2537f865056ce646b38f7d6f920beb8 Mon Sep 17 00:00:00 2001 From: sullis Date: Wed, 12 Jun 2024 10:27:48 -0700 Subject: [PATCH] cleanup release notes 4.2.0-Alpha1 (#18) --- news/2024-06-12-4-2-0-Alpha1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2024-06-12-4-2-0-Alpha1.md b/news/2024-06-12-4-2-0-Alpha1.md index f3efb24e42..882da5b7a5 100644 --- a/news/2024-06-12-4-2-0-Alpha1.md +++ b/news/2024-06-12-4-2-0-Alpha1.md @@ -26,7 +26,7 @@ This has changed in 4.2.0, here you will use one `EventLoopGroup` implementation For example: ```java -new EpollEventLoop(); +new EpollEventLoopGroup(); ``` becomes