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:
parent
8f295eb313
commit
1d1daf492b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user