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