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 9e63a5c commit b60e021Copy full SHA for b60e021
book/src/04_traits/11_clone.md
@@ -56,7 +56,7 @@ that to `consumer` instead.\
56
## In memory
57
58
Let's look at what happened in memory in the example above.
59
-When `let mut s: String::from("hello");` is executed, the memory looks like this:
+When `let mut s = String::from("hello");` is executed, the memory looks like this:
60
61
```text
62
s
0 commit comments