From 79ffe4e5196e9855fba91776104892a56bd86604 Mon Sep 17 00:00:00 2001 From: Tobias Loose Date: Wed, 17 Apr 2024 16:47:50 +0200 Subject: [PATCH] Fix "kind've" typo --- src/fifth-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?