diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-04 14:26:56 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-04 14:26:56 -0500 |
| commit | 956ffa9d7c5203c858db333ff5576244eee076fe (patch) | |
| tree | 7c8cfa21e13071d12d4c66bf8a3da44b723fe914 /variables/variables4.rs | |
| parent | 426e5cf3f5aa7f65fb13d6884c1bf85e3e195ebd (diff) | |
Fix line numbers
Fixes #69.
Diffstat (limited to 'variables/variables4.rs')
| -rw-r--r-- | variables/variables4.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables/variables4.rs b/variables/variables4.rs index 20ee64e..71ebf0f 100644 --- a/variables/variables4.rs +++ b/variables/variables4.rs @@ -39,7 +39,7 @@ fn main() { // Oops! In this exercise, we have a variable binding that we've created on -// line 4, and we're trying to use it on line 5, but we haven't given it a +// line 5, and we're trying to use it on line 6, but we haven't given it a // value. We can't print out something that isn't there; try giving x a value! // This is an error that can cause bugs that's very easy to make in any // programming language -- thankfully the Rust compiler has caught this for us! |
