Skip to content

Commit

Permalink
Merge pull request #3849 from yndajas/main
Browse files Browse the repository at this point in the history
Fix two typos in 04-03 and 07-03
  • Loading branch information
chriskrycho authored Mar 27, 2024
2 parents 82d4544 + d812e4f commit 8fe436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch04-03-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ a string slice for the type of the `s` parameter</span>

If we have a string slice, we can pass that directly. If we have a `String`, we
can pass a slice of the `String` or a reference to the `String`. This
flexibility takes advantage of *deref coercions*, a feature we will cover in
flexibility takes advantage of *deref coercions*, a feature we will cover in the
[“Implicit Deref Coercions with Functions and
Methods”][deref-coercions]<!--ignore--> section of Chapter 15.

Expand Down

0 comments on commit 8fe436a

Please sign in to comment.