We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32709 commit f88c7d1Copy full SHA for f88c7d1
info.toml
@@ -63,7 +63,7 @@ name = "variables5"
63
path = "exercises/variables/variables5.rs"
64
mode = "compile"
65
hint = """
66
-In variables3 we already learned how to make an immutable variable mutable
+In variables4 we already learned how to make an immutable variable mutable
67
using a special keyword. Unfortunately this doesn't help us much in this exercise
68
because we want to assign a different typed value to an existing variable. Sometimes
69
you may also like to reuse existing variable names because you are just converting
0 commit comments