Skip to content

Commit

Permalink
Fixed grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljosedev authored Dec 27, 2021
1 parent 74c9d71 commit 7226d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nostarch/chapter04.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ understanding by introducing the `String` type.

To illustrate the rules of ownership, we need a data type that is more complex
than those we covered in the “Data Types” section of Chapter 3. The types
covered previously are all of a known size, can be stored on the stack and popped
covered previously are all a known size, can be stored on the stack and popped
off the stack when their scope is over, and can be quickly and trivially copied
to make a new, independent instance if another part of code needs to use the
same value in a different scope. But we want to look at data that is stored on
Expand Down

0 comments on commit 7226d00

Please sign in to comment.