mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#19634)
This commit is contained in:
parent
407adaa3c1
commit
9051ac8921
108 changed files with 235 additions and 214 deletions
|
@ -1004,7 +1004,7 @@ fn (mut re RE) impl_compile(in_txt string) (int, int) {
|
|||
// manage negation groups
|
||||
if negate_flag == true {
|
||||
re.prog[pc].group_neg = true
|
||||
re.prog[pc].rep_min = 0 // may be not catched, but it is ok
|
||||
re.prog[pc].rep_min = 0 // may not be caught, but it is ok
|
||||
}
|
||||
|
||||
// set the group id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue