We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ch10-03-lifetime-syntax.md
1 parent 67a58a5 commit 7c7181aCopy full SHA for 7c7181a
src/ch10-03-lifetime-syntax.md
@@ -1,7 +1,7 @@
1
## 라이프타임으로 참조자의 유효성 검증하기
2
3
라이프타임 (lifetime) 은 이미 사용해 본 적 있는 또 다른 종류의 제네릭입니다.
4
-라이프타임은 어떤 타입이 원하는 동작이 구현되어 있음을 보장하기 것이 아니라,
+라이프타임은 어떤 타입이 원하는 동작이 구현되어 있음을 보장하기 위한 것이 아니라,
5
어떤 참조자가 필요한 기간 동안 유효함을 보장하도록 합니다.
6
7
4장 [‘참조와 대여’][references-and-borrowing]<!-- ignore -->절에서
0 commit comments