Updated one more reference to epsilon

posixStyleMatching
Aadhavan Srinivasan 1 month ago
parent be60f2fb51
commit b8f5b9af7c

@ -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
}
}

Loading…
Cancel
Save