mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Technically judgement is a misspelling apparently
This commit is contained in:
parent
1771ae0ebd
commit
bae3793a60
@ -108,7 +108,6 @@ IpAddrKind
|
||||
irst
|
||||
isize
|
||||
iter
|
||||
judgement
|
||||
lang
|
||||
latin
|
||||
libc
|
||||
|
@ -65,7 +65,7 @@ fn main() {
|
||||
|
||||
In simple cases like this, two `let`s may be clearer, but in others, creating
|
||||
multiple variables at once is nice. As we become more proficient in Rust, we’ll
|
||||
figure out which style is better, but it’s mostly a judgement call.
|
||||
figure out which style is better, but it’s mostly a judgment call.
|
||||
|
||||
## Type annotations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user