Updated one more reference to epsilon
This commit is contained in:
@@ -82,7 +82,7 @@ func takeZeroState(states []*nfaState, numGroups int, idx int) (rtv []*nfaState,
|
||||
}
|
||||
}
|
||||
for _, state := range rtv {
|
||||
if len(state.transitions[EPSILON]) > 0 {
|
||||
if len(state.transitions[epsilon]) > 0 {
|
||||
return rtv, true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user