We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Its
It's
1 parent b9ba5cf commit 9f0a372Copy full SHA for 9f0a372
regex-automata/src/nfa/mod.rs
@@ -46,7 +46,7 @@ the guarantee that given any state and a character in a haystack, there is at
46
most one transition defined for it. (Although there may be many epsilon
47
transitions.)
48
49
-It possible that other types of NFAs will be added in the future, such as a
+It's possible that other types of NFAs will be added in the future, such as a
50
[Glushkov NFA](https://en.wikipedia.org/wiki/Glushkov%27s_construction_algorithm).
51
But currently, this crate only provides a Thompson NFA.
52
*/
0 commit comments