Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 813660a

Browse files
committed
✏ 오타 수정
1 parent 81667f0 commit 813660a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎7-control-flow/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,11 +912,11 @@ continue문을 사용하니 `continue;` 밑에 있던 `++i`가 실행되지 않
912912

913913
```
914914
프로그램이 시작했을 때,
915-
1. 적절한 공간을 `i`라고 이름짓고 `0`을 집어넣습니다.
916-
2. `i < 5`의 결과가 1이 아니라면 while문을 종료합니다.
917-
3. `i`에 들어있는 값을 출력합니다.
915+
1. 적절한 공간을 i라고 이름짓고 0을 집어넣습니다.
916+
2. i < 5의 결과가 1이 아니라면 while문을 종료합니다.
917+
3. i에 들어있는 값을 출력합니다.
918918
4. 2로 이동합니다.
919-
5. `i`를 `1` 증가시킵니다.
919+
5. i를 1 증가시킵니다.
920920
6. 2로 이동합니다.
921921
```
922922

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /