Skip to content

Commit 02476e0

Browse files
butterflyskysunshowers
authored andcommitted
add missing "it" in ch01-01-building-an-intuition.md
simple, quick fix to change "This feels like should work" to "This feels like it should work"
1 parent 8a5d10c commit 02476e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch01-01-building-an-intuition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ borrowed string.
5252
{{#rustdoc_include ../code/ch01-01-building-an-intuition/fn-ptr-lengthener/src/main.rs:all}}
5353
```
5454

55-
This feels like should work. You can take a callback that takes an arbitrary borrowed string and
55+
This feels like it should work. You can take a callback that takes an arbitrary borrowed string and
5656
turn it into one that takes in a static string, since you're weakening the guarantee. And it does.
5757

5858
How can we handle these different cases in a principled way? That's where variance comes in. We're

0 commit comments

Comments
 (0)