We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82d4544 + d812e4f commit 8fe436aCopy full SHA for 8fe436a
src/ch04-03-slices.md
@@ -266,7 +266,7 @@ a string slice for the type of the `s` parameter</span>
266
267
If we have a string slice, we can pass that directly. If we have a `String`, we
268
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
+flexibility takes advantage of *deref coercions*, a feature we will cover in the
270
[“Implicit Deref Coercions with Functions and
271
Methods”][deref-coercions]<!--ignore--> section of Chapter 15.
272
0 commit comments