From 8a9acfd22c3505df767a8fd0da61fb4751b1b138 Mon Sep 17 00:00:00 2001 From: Thomas Segismont Date: Thu, 20 Feb 2020 17:06:24 +0100 Subject: [PATCH] Two types of verticle Signed-off-by: Thomas Segismont --- src/main/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 783c03aec..0344dfb77 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -415,7 +415,7 @@ include::override/verticles.adoc[] === Verticle Types -There are three different types of verticles: +There are two different types of verticles: Standard Verticles:: These are the most common and useful type - they are always executed using an event loop thread. We'll discuss this more in the next section.