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