Skip to content

Commit

Permalink
Merge pull request #184 from plaindocs/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant authored Sep 18, 2024
2 parents 2a89335 + 7ce4842 commit e5d36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-slides/src/advanced-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ These types represent valid C compatible strings.

They are predominantly used when doing FFI with external code.

It is strongly recommended you read *all* of the documentation on these types before using them.
It is strongly recommended you read *all* of the [documentation](https://doc.rust-lang.org/std/ffi/index.html) on these types before using them.

## Common String Tasks

Expand Down

0 comments on commit e5d36ac

Please sign in to comment.