fix(ra_parser.typo): amend 'format language' to 'formal language'

This commit is contained in:
Veetaha 2020-01-15 23:29:55 +02:00
parent 60251da204
commit a24dcd7bab

View file

@ -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)`.