File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2498,7 +2498,7 @@ impl OwnedDFA {
2498
2498
self . tt . set ( from, byte, to) ;
2499
2499
}
2500
2500
2501
- /// An an empty state (a state where all transitions lead to a dead state)
2501
+ /// An empty state (a state where all transitions lead to a dead state)
2502
2502
/// and return its identifier. The identifier returned is guaranteed to
2503
2503
/// not point to any other existing state.
2504
2504
///
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ can only be used for adding NFA state IDs and recording some assertions.
57
57
58
58
The expected flow here is to use the above builders to construct a candidate
59
59
DFA state to check if it already exists. If it does, then there's no need to
60
- freeze it into a `State`. It it doesn't exist, then `StateBuilderNFA::to_state`
60
+ freeze it into a `State`. If it doesn't exist, then `StateBuilderNFA::to_state`
61
61
can be called to freeze the builder into an immutable `State`. In either
62
62
case, `clear` should be called on the builder to turn it back into a
63
63
`StateBuilderEmpty` that reuses the underlying memory.
You can’t perform that action at this time.
0 commit comments