Skip to content

Commit

Permalink
Docs: fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Dec 14, 2024
1 parent 4029628 commit 7fb7e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/docs/topic-guides/10-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If called, indicates that the problem does not need the test case output files.

## `CustomScorer()`

If called, indicates that the solution's output will be checked with a custom [scorer](../api/helper#scorer) (a.k.a. "checker") program.
If called, indicates that the solution's output will be checked with a custom [scorer](../api/helpers#scorer) (a.k.a. "checker") program.

Usually, the scorer does not need any test case output, so in most cases the `NoOutput()` option is also called.

Expand Down Expand Up @@ -45,7 +45,7 @@ Scorer will also be used during [local grading](./grading).

## `InteractiveEvaluator()`

If called, indicates that the solution will communicate with a [communicator](../api/helper#communicator) (a.k.a "interactor") program.
If called, indicates that the solution will communicate with a [communicator](../api/helpers#communicator) (a.k.a "interactor") program.

This option always requires the `NoOutput()` option to be called.

Expand Down

0 comments on commit 7fb7e00

Please sign in to comment.