We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f001441 + cd30ea3 commit db57f89Copy full SHA for db57f89
src/mod/visibility.md
@@ -101,7 +101,7 @@ fn main() {
101
// pub(crate) items can be called from anywhere in the same crate
102
my_mod::public_function_in_crate();
103
104
- // pub(in path) items can only be called from within the mode specified
+ // pub(in path) items can only be called from within the module specified
105
// Error! function `public_function_in_my_mod` is private
106
//my_mod::nested::public_function_in_my_mod();
107
// TODO ^ Try uncommenting this line
0 commit comments