From 1b217e735456f288564ffb46298c6923ee0f9da2 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:35 +0900
Subject: [PATCH] Update note.md

---
 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 b8b1859..e5d3d78 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