innacurate -> inaccurate
This commit is contained in:
parent
5015fa346c
commit
f386cdae19
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
//! `NamedMatch`es at the very end. It'd be a pain, and require more memory to keep around old
|
||||
//! items, but it would also save overhead)
|
||||
//!
|
||||
//! We don't say this parser uses the Earley algorithm, because it's unnecessarily innacurate.
|
||||
//! We don't say this parser uses the Earley algorithm, because it's unnecessarily inaccurate.
|
||||
//! The macro parser restricts itself to the features of finite state automata. Earley parsers
|
||||
//! can be described as an extension of NFAs with completion rules, prediction rules, and recursion.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue