Skip to content

Commit b32efeb

Browse files
committed
fix typo
1 parent c6143f0 commit b32efeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fn run_code(args: &Args, code: &str) -> Result<String> {
189189
get_playground_link(args, code, &request)?
190190
)
191191
} else if result.len() == 0 {
192-
format!("{}compilation succeded.", errors)
192+
format!("{}compilation succeeded.", errors)
193193
} else {
194194
format!("{}```\n{}```", errors, result)
195195
},

0 commit comments

Comments
 (0)