Skip to content

Commit 471fb81

Browse files
Update text/0000-externally-implementable-functions.md
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 3b5e17e commit 471fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-externally-implementable-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ It is an error to have multiple `impl fn` items (across all crates) for the same
9393

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

96-
*Implementing* the function can be done by any crate that name the item.
96+
*Implementing* the function can be done by any crate that can name the item.
9797

9898
# Implementation
9999

0 commit comments

Comments
 (0)