mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
automaton: s/thought/though/g
This commit is contained in:
parent
90135203e8
commit
eac79ee680
@ -364,7 +364,7 @@ add_phi_and_eta(automaton* a, const char* prefix, size_t pfxlen,
|
||||
// accept any digit and transition to a numeric node. |e| is the culmination of
|
||||
// the prefix before the numeric. |follow| is the successor of the numeric.
|
||||
// here's our approach:
|
||||
// - find a link to a numeric from e. there can only be one node (thought it
|
||||
// - find a link to a numeric from e. there can only be one node (though it
|
||||
// might have many links), so we can use the first one we find.
|
||||
// - if there is no such numeric node linked from e, create one.
|
||||
// (FIXME if all ten digits are occupied, what would we do?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user