You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2026-04-27 07:35:56 +02:00
dadb60d147
Clarify Korean translation of "Exclusive References" Updated the Korean translation for "Exclusive References" from "허상(dangling) 참조" to "배타적(Exclusive) 참조" The previous translation referred to dangling references, which is a different concept. This change makes the meaning of Rust's exclusive reference (`&mut`) terminology clearer and more accurate.