Skip to content

Commit

Permalink
fix: typo "is is" to "is" in src/idioms/ffi/accepting-strings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmolanderMimi committed Aug 11, 2024
1 parent ca76f56 commit 28695c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idioms/ffi/accepting-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28695c6

Please sign in to comment.