From a09f684f05c58d239a6fc59ec5f81c2533e8b820 Mon Sep 17 00:00:00 2001 From: Anastasis Georgoulas Date: Wed, 13 Nov 2019 10:47:01 +0000 Subject: [PATCH] fix(strings2): update line number in hint --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index 848aff3..78c7e1c 100644 --- a/info.toml +++ b/info.toml @@ -214,7 +214,7 @@ mode = "compile" hint = """ 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 -6, though, that will coerce the `String` into a string slice.""" +9, though, that will coerce the `String` into a string slice.""" # TEST 2