From d4849cdd7d545f85869e23cd264ea9067c387879 Mon Sep 17 00:00:00 2001 From: AtmolanderMimi <135659076+AtmolanderMimi@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:27:28 -0400 Subject: [PATCH] fix: typo "is is" to "is" in src/idioms/ffi/accepting-strings.md (#414) --- src/idioms/ffi/accepting-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idioms/ffi/accepting-strings.md b/src/idioms/ffi/accepting-strings.md index f4d83d50..1c0b36c2 100644 --- a/src/idioms/ffi/accepting-strings.md +++ b/src/idioms/ffi/accepting-strings.md @@ -64,7 +64,7 @@ pub mod unsafe_module { ## Advantages -The example is is written to ensure that: +The example is written to ensure that: 1. The `unsafe` block is as small as possible. 2. The pointer with an "untracked" lifetime becomes a "tracked" shared reference