Skip to content

Commit 8fe436a

Browse files
authored
Merge pull request #3849 from yndajas/main
Fix two typos in 04-03 and 07-03
2 parents 82d4544 + d812e4f commit 8fe436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch04-03-slices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ a string slice for the type of the `s` parameter</span>
266266

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

0 commit comments

Comments
 (0)