mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-04 10:35:06 +02:00
Fix typo
This commit is contained in:
parent
e4dbbbf5f5
commit
d768353806
@ -1,5 +1,5 @@
|
||||
// TODO: Fix the compiler erros. Don't change anything except adding or removing
|
||||
// references (the character `&`).
|
||||
// TODO: Fix the compiler errors without changing anything except adding or
|
||||
// removing references (the character `&`).
|
||||
|
||||
fn main() {
|
||||
let data = "Rust is great!".to_string();
|
||||
|
Loading…
Reference in New Issue
Block a user