We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f201a9 + c75ecfb commit bd4b10eCopy full SHA for bd4b10e
src/ch15-02-deref.md
@@ -14,7 +14,7 @@ smart pointers to work in ways similar to references. Then we’ll look at
14
Rust’s *deref coercion* feature and how it lets us work with either references
15
or smart pointers.
16
17
-> Note: there’s one big difference between the `MyBox<T>` type we’re about to
+> Note: There’s one big difference between the `MyBox<T>` type we’re about to
18
> build and the real `Box<T>`: our version will not store its data on the heap.
19
> We are focusing this example on `Deref`, so where the data is actually stored
20
> is less important than the pointer-like behavior.
0 commit comments