pretzelhammer / rust-blog

Educational blog posts for Rust beginners
Apache License 2.0
7.11k stars 380 forks source link

Fix a typo for JA translation #59

Closed koic closed 2 years ago

koic commented 2 years ago

Follow up #17.

This PR fixes a typo of the following translation from EN to JA.

try not to re-borrow mut refs as shared refs, or you're gonna have a bad time

https://github.com/pretzelhammer/rust-blog/blob/28ad3b0/posts/common-rust-lifetime-misconceptions.md

The current translation seems to be missing "not".

pretzelhammer commented 2 years ago

thank you