Skip to content

Commit 9f0a372

Browse files
authored
doc: fix Its -> It's
PR #1160
1 parent b9ba5cf commit 9f0a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-automata/src/nfa/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the guarantee that given any state and a character in a haystack, there is at
4646
most one transition defined for it. (Although there may be many epsilon
4747
transitions.)
4848
49-
It possible that other types of NFAs will be added in the future, such as a
49+
It's possible that other types of NFAs will be added in the future, such as a
5050
[Glushkov NFA](https://en.wikipedia.org/wiki/Glushkov%27s_construction_algorithm).
5151
But currently, this crate only provides a Thompson NFA.
5252
*/

0 commit comments

Comments
 (0)