fix(ra_parser.typo): amend 'format language' to 'formal language'
This commit is contained in:
parent
60251da204
commit
a24dcd7bab
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! This is the actual "grammar" of the Rust language.
|
||||
//!
|
||||
//! Each function in this module and its children corresponds
|
||||
//! to a production of the format grammar. Submodules roughly
|
||||
//! to a production of the formal grammar. Submodules roughly
|
||||
//! correspond to different *areas* of the grammar. By convention,
|
||||
//! each submodule starts with `use super::*` import and exports
|
||||
//! "public" productions via `pub(super)`.
|
||||
|
|
Loading…
Add table
Reference in a new issue