diff --git a/src/fifth-basics.md b/src/fifth-basics.md index 868449c..547cb97 100644 --- a/src/fifth-basics.md +++ b/src/fifth-basics.md @@ -226,7 +226,7 @@ warning: field is never used: `elem` Yay! -It's kind've interesting that that's the *only* place we've had to write an +It's kind of interesting that that's the *only* place we've had to write an unsafe block so far. We do raw pointer stuff all over the place, what's up with that?