From a9b92436c451285a384c27f4248a3bb18c74c89a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=9D=B4=EC=9E=A5=EC=9B=90?= <wkddnjs3268@ajou.ac.kr>
Date: Sun, 9 Aug 2020 08:33:53 +0900
Subject: [PATCH] printf, stdio.h, man, redirection

---
 8.3/note.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/8.3/note.md b/8.3/note.md
index e5d3d78..b8b1859 100644
--- a/8.3/note.md
+++ b/8.3/note.md
@@ -52,7 +52,7 @@ $ ./test >> output_data
 
 * <  
 `file < input`  
- 파일로부터 표준 입력을 받도록 redirection한다
+ 파일로부터 표준 입력을 받도록 redirection한다.
 ```
 $ ./test < intput_data
 ```
\ No newline at end of file
-- 
GitLab