1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

Modify wording to match variable names

This commit is contained in:
Benjamin Davies 2023-08-26 12:31:47 +12:00
parent 8f295eb313
commit 1d1daf492b
No known key found for this signature in database
GPG Key ID: 9FFDE0674336C460

View File

@ -35,11 +35,12 @@
*/ */
/** /**
* Provides classes used to compose regex fragments. * Provides classes used to compose regex partials.
* *
* <p> * <p>
* PlantUML parses text using regular expressions. To aid in readability, these * 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.
* *
* <p> * <p>
* Before a {@link RegexComposed} can be matched, it must first have each * Before a {@link RegexComposed} can be matched, it must first have each