Skip to content

Commit

Permalink
a use case -> this use case
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Jan 30, 2018
1 parent 8c17d1c commit a0262bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion second-edition/nostarch/chapter15.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ you learn here you’ll apply again in Chapter 17!

### Using a `Box<T>` to Store Data on the Heap

Before we discuss a use case for `Box<T>`, we’ll cover the syntax and how to
Before we discuss this use case for `Box<T>`, we’ll cover the syntax and how to
interact with values stored within a `Box<T>`.

Listing 15-1 shows how to use a box to store an `i32` value on the heap:
Expand Down
Binary file modified second-edition/nostarch/odt/chapter15.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion second-edition/src/ch15-01-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ you learn here you’ll apply again in Chapter 17!

### Using a `Box<T>` to Store Data on the Heap

Before we discuss a use case for `Box<T>`, we’ll cover the syntax and how to
Before we discuss this use case for `Box<T>`, we’ll cover the syntax and how to
interact with values stored within a `Box<T>`.

Listing 15-1 shows how to use a box to store an `i32` value on the heap:
Expand Down

0 comments on commit a0262bc

Please sign in to comment.