Skip to content

Commit 7c7181a

Browse files
authored
mod: typo in ch10-03-lifetime-syntax.md (#76)
1 parent 67a58a5 commit 7c7181a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch10-03-lifetime-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 라이프타임으로 참조자의 유효성 검증하기
22

33
라이프타임 (lifetime) 은 이미 사용해 본 적 있는 또 다른 종류의 제네릭입니다.
4-
라이프타임은 어떤 타입이 원하는 동작이 구현되어 있음을 보장하기 것이 아니라,
4+
라이프타임은 어떤 타입이 원하는 동작이 구현되어 있음을 보장하기 위한 것이 아니라,
55
어떤 참조자가 필요한 기간 동안 유효함을 보장하도록 합니다.
66

77
4장 [‘참조와 대여’][references-and-borrowing]<!-- ignore -->절에서

0 commit comments

Comments
 (0)