Adding documentation to repeat_required.js
This commit is contained in:
parent
bd67d7826e
commit
beb5a6fb52
@ -1,3 +1,7 @@
|
|||||||
|
// RepeatRequired nodes are used for `a+` regular expression syntax. It is not
|
||||||
|
// rendered directly; it just indicates that the [Repeat](./repeat.html) node
|
||||||
|
// loops one or more times.
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
minimum: 1,
|
minimum: 1,
|
||||||
maximum: -1
|
maximum: -1
|
||||||
|
Loading…
Reference in New Issue
Block a user