From f466da7de0b13b75b7c9216bafd43b9ce724cccf Mon Sep 17 00:00:00 2001
From: Simba <leaping96@ajou.ac.kr>
Date: Fri, 30 Oct 2020 20:51:02 +0900
Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=B0=BD=ED=9D=AC=20=EC=B5=9C?=
 =?UTF-8?q?=EC=A2=85=EA=B2=80=ED=86=A0=EC=A0=84=20=EC=88=98=EC=A0=95(4)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 648c685..6dacf92 100644
--- a/README.md
+++ b/README.md
@@ -396,11 +396,11 @@ I had another purpose for rewriting besides improving the code and the data stru
 (안창희)
 For the first month or so, then, I was simply following out the implications of Carl's basic design. 
 
-처음 한 달 정도를 나는 칼의 기본 설계가 어떤 의미를 가진것인지 그저 따라다니기만 했다.
+처음 한 달 정도를 나는 칼의 기본 설계가 시사하는 바를 그대로 따라다니기만 했다.
 
 The first serious change I made was to add IMAP support. 
 
-처음 한 중요한 변경사항은 IMAP 지원을 추가하는 것이었다.
+내가 처음 만든 중요한 변경점은 IMAP 지원을 추가하는 것이었다.
 
 I did this by reorganizing the protocol machines into a generic driver and three method tables (for POP2, POP3, and IMAP). 
 
@@ -408,7 +408,7 @@ I did this by reorganizing the protocol machines into a generic driver and three
 
 This and the previous changes illustrate a general principle that's good for programmers to keep in mind, especially in languages like C that don't naturally do dynamic typing:
 
-이전의 변화와 더불어 이것은 프로그래머가 명심하기 좋은 일반적인 원리를 보여준다, 특히 C와 같이 자연스럽게 동적 타이핑을 지원하지 않는 언어에 있어서는:
+이전의 변화와 더불어 이것은 프로그래머가 명심하기 좋은 일반적인 원리를 보여준다, 특히 C와 같이 자연스럽게 동적 타이핑을 지원하지 않는 언어에 있어서는 더 그렇다.
    
 (박상혁)
 9. Smart data structures and dumb code works a lot better than the other way around.
-- 
GitLab