Skip to content

Commit 0d898fa

Browse files
lumirlumirxvzc
authored andcommitted
docs: correct typos in README.md and config_example.yaml
1 parent abf2a47 commit 0d898fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ workspace:
4848
archive_dir: "archives" # optional - archive directory. default: "archives"
4949
filetype:
5050
py:
51-
language: "python3" # required - language for your submission
51+
language: "python3" # required - language for your submission
5252
main: "main.py" # required - the main file name
5353
run: "python3 $file" # required - the run command
5454
cpp:
@@ -192,7 +192,7 @@ $ cd 1234 && boj run
192192
```sh
193193
$ boj clean
194194
```
195-
`boj submit` 명령어 수행 결과로 accepted를 받은 모든 문제들을 `config.workspace.archive_dir`아카이브힙니다.
195+
`boj submit` 명령어 수행 결과로 accepted를 받은 모든 문제들을 `config.workspace.archive_dir`아카이브합니다.
196196
> 아카이브 되는 파일은 `yyyymmdd_hhmmss_{filename}`의 포멧으로 저장됩니다.
197197
> 마지막 제출 이후에 변경된 소스 코드에 대해서는 아카이빙을 수행하지 않습니다.
198198
```

config_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workspace:
77
archive_dir: "archives" # optional - archive directory. default: "archives"
88
filetype:
99
py:
10-
language: "python3" # required - language for your submission
10+
language: "python3" # required - language for your submission
1111
main: "main.py" # required - the main file name
1212
run: "python3 $file" # required - the run command
1313
cpp:

0 commit comments

Comments
 (0)