Skip to content

Commit bd4b10e

Browse files
authored
Merge pull request #3652 from krisvanrens/ch15-fix-consistency
Consistency fix: start note sentence with a capital
2 parents 8f201a9 + c75ecfb commit bd4b10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch15-02-deref.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ smart pointers to work in ways similar to references. Then we’ll look at
1414
Rust’s *deref coercion* feature and how it lets us work with either references
1515
or smart pointers.
1616

17-
> Note: there’s one big difference between the `MyBox<T>` type we’re about to
17+
> Note: There’s one big difference between the `MyBox<T>` type we’re about to
1818
> build and the real `Box<T>`: our version will not store its data on the heap.
1919
> We are focusing this example on `Deref`, so where the data is actually stored
2020
> is less important than the pointer-like behavior.

0 commit comments

Comments
 (0)