diff options
| author | Alexx Roche <github@alexx.net> | 2020-06-03 13:34:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 13:34:43 +0200 |
| commit | 524e17df10db95f7b90a0f75cc8997182a8a4094 (patch) | |
| tree | 2c8c87a04c256c5b56682f4b1f65a51a453e2455 /exercises/variables/variables6.rs | |
| parent | 73e848e96f8e7e59177c86ff6b2c17a072a0eca9 (diff) | |
fix(variables6): minor typo (#419)
Looks like this was cloned from variables5.rs
Diffstat (limited to 'exercises/variables/variables6.rs')
| -rw-r--r-- | exercises/variables/variables6.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/variables/variables6.rs b/exercises/variables/variables6.rs index 76afa85..9866691 100644 --- a/exercises/variables/variables6.rs +++ b/exercises/variables/variables6.rs @@ -1,4 +1,4 @@ -// variables5.rs +// variables6.rs // Make me compile! Execute the command `rustlings hint variables6` if you want a hint :) // I AM NOT DONE |
