Skip to content

Commit 8a071c6

Browse files
author
3119369616
authored
Update visibility.md (#175)
1 parent 66800cf commit 8a071c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn main() {
103103
//my_mod::nested::private_function();
104104
// 试一试 ^ 取消此行的注释
105105
106-
// Error! `private_nested` is a private module
106+
// 报错!`private_nested` 是私有的
107107
//my_mod::private_nested::function();
108108
// 试一试 ^ 取消此行的注释
109109
}

0 commit comments

Comments
 (0)