Skip to content

Commit c6b0d6e

Browse files
authored
Merge pull request #34 from ekse/fix-typo
Fix typo in submodule
2 parents 8bd1646 + 62c013d commit c6b0d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/2018/transitioning/modules/path-clarity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn main() {
122122
let five = std::sync::Arc::new(5);
123123
}
124124
125-
mod submodle {
125+
mod submodule {
126126
fn function() {
127127
// ... so why doesn't this work
128128
let five = std::sync::Arc::new(5);
@@ -158,7 +158,7 @@ fn main() {
158158
let five = std::sync::Arc::new(5);
159159
}
160160
161-
mod submodle {
161+
mod submodule {
162162
fn function() {
163163
// 'std' is the name of a crate, so this is absolute and works
164164
let five = std::sync::Arc::new(5);

0 commit comments

Comments
 (0)