Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down