We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811c697 + 023dfdb commit af433faCopy full SHA for af433fa
src/mod/visibility.md
@@ -56,7 +56,7 @@ mod my_mod {
56
}
57
58
pub fn call_public_function_in_my_mod() {
59
- print!("called `my_mod::call_public_funcion_in_my_mod()`, that\n> ");
+ print!("called `my_mod::call_public_function_in_my_mod()`, that\n> ");
60
nested::public_function_in_my_mod();
61
print!("> ");
62
nested::public_function_in_super_mod();
0 commit comments