Skip to content

Commit

Permalink
fix : 오역 수정 (rust-kr#46)
Browse files Browse the repository at this point in the history
원문이 stability guarantees 로 보증 -> 보장이 좀더 자연스러울 것 같아 수정하였습니다.
  • Loading branch information
hy43 authored Mar 4, 2024
1 parent 09ac8cd commit 755c8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch01-01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
다음은 러스트 컴파일러 최신 stable 버전을 설치하는 내용입니다.
혹여나 이 책을 읽는 시점에, 이 책에서 사용한 버전이 낮아서 걱정되시는
분들을 위해 말씀드리자면, 러스트에는 안정성 보증 (stability guarantees) 이
분들을 위해 말씀드리자면, 러스트에는 안정성 보장 (stability guarantees) 이
적용되어 있습니다. 간혹 에러나 경고 메시지가 변경되는 일이 있기에 출력은
버전마다 조금씩 다를 수 있으나, 이 책에 등장하는 모든 예제는
향후 버전에서도 책 내용에서 설명하는 대로 동작할 겁니다.
Expand Down

0 comments on commit 755c8c1

Please sign in to comment.