Skip to content

Commit 8391bb7

Browse files
authored
Minor fix of .verify-helper/docs/static/document.md
1 parent cd0779d commit 8391bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.verify-helper/docs/static/document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Summary:
2121
### Settings for C++
2222

2323
You can specify compilers and options with writing `.verify-helper/config.toml` as below.
24-
If there is no settings, online-judge-verify-helper automatically detects compilers (`g++` and `clang++` if exists) and use recommended options.
24+
If there are no settings, online-judge-verify-helper automatically detects compilers (`g++` and `clang++` if exists) and use recommended options.
2525

2626
``` toml
2727
[[languages.cpp.environments]]
@@ -92,7 +92,7 @@ You can customize the method to list depending files with `languages.rust.list_d
9292
### Settings for other languages
9393

9494
You can use languages other than above (e.g. AWK [examples/awk/circle.test.awk](https://github.com/online-judge-tools/verification-helper/blob/master/examples/awk/circle.test.awk)). Please write commands to compile and execute in the config file `.verify-helper/config.toml` (e.g. [.verify-helper/config.toml](https://github.com/kmyk/online-judge-verify-helper/blob/master/.verify-helper/config.toml)).
95-
`compile` field and `execute` field is required, and other fields are optional.
95+
`compile` field and `execute` field are required, and other fields are optional.
9696

9797
``` toml
9898
[languages.awk]

0 commit comments

Comments
 (0)