8000 ✏ 잘못된 표현 수정 · paxbun/c-cpp-tutorial@53e4f32 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53e4f32

Browse files
committed
✏ 잘못된 표현 수정
1 parent c9cbb90 commit 53e4f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-control-flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ i is between 0 and 10
320320
i is bigger than 10
321321
```
322322

323-
if-else문 자체는 하나의 문장이기 때문에, 위 예제는 다음과 같이 복합문 없이 쓸 수 있습니다.
323+
if문 자체는 하나의 문장이기 때문에, 위 예제는 다음과 같이 복합문 없이 쓸 수 있습니다.
324324

325325
```c
326326
#include <stdio.h>

0 commit comments

Comments
 (0)
0