mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Fix typo
This commit is contained in:
parent
e4dbbbf5f5
commit
d768353806
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// TODO: Fix the compiler erros. Don't change anything except adding or removing
|
// TODO: Fix the compiler errors without changing anything except adding or
|
||||||
// references (the character `&`).
|
// removing references (the character `&`).
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let data = "Rust is great!".to_string();
|
let data = "Rust is great!".to_string();
|
||||||
|
|
Loading…
Reference in a new issue