Skip to content

Commit

Permalink
Merge pull request #3652 from krisvanrens/ch15-fix-consistency
Browse files Browse the repository at this point in the history
Consistency fix: start note sentence with a capital
  • Loading branch information
chriskrycho authored Apr 3, 2024
2 parents 8f201a9 + c75ecfb commit bd4b10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch15-02-deref.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ smart pointers to work in ways similar to references. Then we’ll look at
Rust’s *deref coercion* feature and how it lets us work with either references
or smart pointers.

> 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
> build and the real `Box<T>`: our version will not store its data on the heap.
> We are focusing this example on `Deref`, so where the data is actually stored
> is less important than the pointer-like behavior.
Expand Down

0 comments on commit bd4b10e

Please sign in to comment.