From ccb31f3523edd4aeceffd6de43fffb6552cb2b3e Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg <40775676+mkenigs@users.noreply.github.com> Date: Mon, 8 Aug 2022 18:29:06 -0400 Subject: [PATCH] typo --- src/alejandra_cli/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alejandra_cli/src/cli.rs b/src/alejandra_cli/src/cli.rs index 493cfaf..d0ecba1 100644 --- a/src/alejandra_cli/src/cli.rs +++ b/src/alejandra_cli/src/cli.rs @@ -206,7 +206,7 @@ pub fn main() -> std::io::Result<()> { if !args.quiet { eprintln!(); - eprintln!("Congratulations! Your code complies the Alejandra style."); + eprintln!("Congratulations! Your code complies with the Alejandra style."); eprintln!(); eprint!("{}", random_ad()); }