fix(ch03-05): 修改`从循环返回`一节的代码片段

将译文中的代码修改成与原文一致,不过个人感觉不影响学习理解,可以无视。
pull/337/head
shengurun 5 years ago
parent c6606efcfa
commit a27ef17e36

@ -262,7 +262,7 @@ fn main() {
}
};
assert_eq!(result, 20);
println!("The result is {}", result);
}
```

Loading…
Cancel
Save