Skip to content

Commit a24dcd7

Browse files
author
Veetaha
committed
fix(ra_parser.typo): amend 'format language' to 'formal language'
1 parent 60251da commit a24dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_parser/src/grammar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! This is the actual "grammar" of the Rust language.
22
//!
33
//! Each function in this module and its children corresponds
4-
//! to a production of the format grammar. Submodules roughly
4+
//! to a production of the formal grammar. Submodules roughly
55
//! correspond to different *areas* of the grammar. By convention,
66
//! each submodule starts with `use super::*` import and exports
77
//! "public" productions via `pub(super)`.

0 commit comments

Comments
 (0)