Skip to content

Commit

Permalink
Update text/0000-externally-implementable-functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Lifshay <[email protected]>
  • Loading branch information
m-ou-se and programmerjake authored May 10, 2024
1 parent 3b5e17e commit 471fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-externally-implementable-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ It is an error to have multiple `impl fn` items (across all crates) for the same

`extern impl fn` items can have a visibility specifier (like `pub`), which determines who can *call* the function (or create pointers to it, etc.).

*Implementing* the function can be done by any crate that name the item.
*Implementing* the function can be done by any crate that can name the item.

# Implementation

Expand Down

0 comments on commit 471fb81

Please sign in to comment.