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 b21a4ac commit 5926940Copy full SHA for 5926940
exercises/variables/README.md
@@ -2,7 +2,7 @@
2
3
In Rust, variables are immutable by default.
4
When a variable is immutable, once a value is bound to a name, you can’t change that value.
5
-You can make them mutable by adding mut in front of the variable name.
+You can make them mutable by adding `mut` in front of the variable name.
6
7
## Further information
8
0 commit comments