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 /strings/strings2.rs | |
| parent | 426e5cf3f5aa7f65fb13d6884c1bf85e3e195ebd (diff) | |
Fix line numbers
Fixes #69.
Diffstat (limited to 'strings/strings2.rs')
| -rw-r--r-- | strings/strings2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strings2.rs b/strings/strings2.rs index 4239ff8..c77e16f 100644 --- a/strings/strings2.rs +++ b/strings/strings2.rs @@ -41,4 +41,4 @@ fn is_a_color_word(attempt: &str) -> bool { // Yes, it would be really easy to fix this by just changing the value bound to `word` to be a // string slice instead of a `String`, wouldn't it?? There is a way to add one character to line -// 5, though, that will coerce the `String` into a string slice. +// 6, though, that will coerce the `String` into a string slice. |
