Skip to content

Commit

Permalink
Fix typo: *.error.c -> *.broken.c
Browse files Browse the repository at this point in the history
  • Loading branch information
septract authored Jun 5, 2024
1 parent 3feb414 commit 5afb362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In order to build the tutorial, you will first need to install [asciidoctor](htt

Run `make` to produce `build/tutorial.html` and its dependencies: especially, `build/exercises/*.c` and `build/solutions/*c`.

Run `./check.sh` to check that all examples have working solutions (except tests with names `*.error.c`, which are expected to fail). Note that this step will not work until after you have installed CN, which is the first part of the tutorial.
Run `./check.sh` to check that all examples have working solutions (except tests with names `*.broken.c`, which are expected to fail). Note that this step will not work until after you have installed CN, which is the first part of the tutorial.

## CN Example Archive

Expand Down

0 comments on commit 5afb362

Please sign in to comment.