Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore(xtask): 🤖 fix typo (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY authored Apr 26, 2022
1 parent c4d578a commit 4abbbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/codegen/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn generate_ast(mode: Mode, language_kind_list: Vec<String>) -> Result<()> {
for kind in codegen_language_kinds {
println_string_with_fg_color(
format!(
"-------------------Generating AST for {}-------------------",
"-------------------Generating Grammar for {}-------------------",
kind
),
Color::Green,
Expand Down

0 comments on commit 4abbbd0

Please sign in to comment.