From 090f84aec82b2a843453ee75b881477341d726a4 Mon Sep 17 00:00:00 2001 From: jayc331 <105918957+jayc331@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:03:11 +0100 Subject: [PATCH] Update index.md Fixed erroneous sentence structure. --- docs/core/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/index.md b/docs/core/index.md index 8fc4045..f845d19 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -604,7 +604,7 @@ type using a mapper. You may either implement the {{ javadoc("https://javadoc.io/doc/org.incendo/cloud-core/latest/org/incendo/cloud/parser/aggregate/AggregateParser.html", "AggregateParser") }} -interface, or using construct the parser by using a builder +interface, or construct the parser by using a builder that you create by calling {{ javadoc("https://javadoc.io/doc/org.incendo/cloud-core/latest/org/incendo/cloud/parser/aggregate/AggregateParser.html#builder()", "AggregateParser.builder()") }}.