From 77241beb39153baea0159491c34e243249eed6a3 Mon Sep 17 00:00:00 2001 From: bddap-bot Date: Fri, 18 Jul 2025 14:06:23 -0700 Subject: [PATCH] Fix sample comment grammar --- src/prompt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompt.rs b/src/prompt.rs index b0010c3..d585d8e 100644 --- a/src/prompt.rs +++ b/src/prompt.rs @@ -191,7 +191,7 @@ if __name__ == "__main__": "#, transform: "Why won't this code compile?", result: r#"// Hmm.. the code looks ok to me. I may be able to help you debug if you tell me what -// command are using to compile this code and what error message you are getting. +// command you are using to compile this code and what error message you are getting. // --refac fn main() { println!("Hello, world!");