Skip to content

Commit

Permalink
fix: typo "is is" to "is" in src/idioms/ffi/accepting-strings.md (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmolanderMimi authored Aug 12, 2024
1 parent ca76f56 commit d4849cd
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 d4849cd

Please sign in to comment.