From f4dbb389159d4340d2ada0e4f5c06b9028512188 Mon Sep 17 00:00:00 2001 From: JiWon Lee Date: Mon, 15 Feb 2021 19:22:33 +0900 Subject: [PATCH] docs: link to issue #65 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e2a81..acc9fc5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ From [JeaSungLEE/iOSInterviewquestions](https://github.com/JeaSungLEE/iOSIntervi - [순환 참조에 대하여 설명하시오.](../../issues/62) - [강한 순환 참조 (Strong Reference Cycle) 는 어떤 경우에 발생하는지 설명하시오.](../../issues/63) - [특정 객체를 autorelease 하기 위해 필요한 사항과 과정을 설명하시오.](../../issues/64) -- Autorelease Pool을 사용해야 하는 상황을 두 가지 이상 예로 들어 설명하시오. +- [Autorelease Pool을 사용해야 하는 상황을 두 가지 이상 예로 들어 설명하시오. ](../../issues/65) - 다음 코드를 실행하면 어떤 일이 발생할까 추측해서 설명하시오. Ball *ball = [[[[Ball alloc] init] autorelease] autorelease];