From 1d1daf492b9dda1a3365571ab7af57bd74c76bf7 Mon Sep 17 00:00:00 2001 From: Benjamin Davies Date: Sat, 26 Aug 2023 12:31:47 +1200 Subject: [PATCH] Modify wording to match variable names --- src/net/sourceforge/plantuml/regex/package-info.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/net/sourceforge/plantuml/regex/package-info.java b/src/net/sourceforge/plantuml/regex/package-info.java index 5d22af6e8..8733d4ee0 100644 --- a/src/net/sourceforge/plantuml/regex/package-info.java +++ b/src/net/sourceforge/plantuml/regex/package-info.java @@ -35,11 +35,12 @@ */ /** - * Provides classes used to compose regex fragments. + * Provides classes used to compose regex partials. * *

* PlantUML parses text using regular expressions. To aid in readability, these - * are sepecified as trees of {@link RegexComposed} fragments. + * are sepecified as trees of {@link RegexComposed} branches and + * {@link RegexLeaf} leaves. * *

* Before a {@link RegexComposed} can be matched, it must first have each