We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5e17e commit 471fb81Copy full SHA for 471fb81
text/0000-externally-implementable-functions.md
@@ -93,7 +93,7 @@ It is an error to have multiple `impl fn` items (across all crates) for the same
93
94
`extern impl fn` items can have a visibility specifier (like `pub`), which determines who can *call* the function (or create pointers to it, etc.).
95
96
-*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.
97
98
# Implementation
99
0 commit comments