Skip to content

Commit 923d07f

Browse files
authored
fix(ch10): correct example reference (10-25 -> 10-24) (#85)
1 parent 4af3e4a commit 923d07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ch10-03-lifetime-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
이 구조체에는 문자열 슬라이스를 보관하는 `part` 참조자 필드가 하나 있습니다.
380380
구조체의 제네릭 라이프타임 매개변수의 선언 방법은 제네릭 데이터 타입과 마찬가지로,
381381
제네릭 라이프타임 매개변수의 이름을 구조체 이름 뒤 꺾쇠괄호 내에 선언하고
382-
구조체 정의 본문에서 라이프타임 매개변수를 이용합니다. 예제 10-25의
382+
구조체 정의 본문에서 라이프타임 매개변수를 이용합니다. 예제 10-24의
383383
라이프타임 명시는 ‘`ImportantExcerpt` 인스턴스는 `part` 필드가 보관하는
384384
참조자의 라이프타임보다 오래 살 수 없다’라는 의미입니다.
385385

0 commit comments

Comments
 (0)