Skip to content

Commit c5f85d8

Browse files
ErikSchierboomcmccandless
authored andcommitted
Cross-reference concept exercise file information
[Docs] Cross-reference concept exercise file information
1 parent 9bf487a commit c5f85d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/implementing-a-concept-exercise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ As this document is generic, the following placeholders are used:
1919

2020
Before implementing the exercise, please make sure you have a good understanding of what the exercise should be teaching (and what not). This information can be found in the exercise's GitHub issue.
2121

22-
To implement a concept exercise, the following files need to be created:
22+
To implement a concept exercise, the following files need to be added:
2323

2424
```
2525
languages
@@ -52,15 +52,15 @@ languages
5252
5353
```
5454

55-
## Step 1: add track-specific files
55+
## Step 1: Add code files
5656

5757
These are files specific to the Python track:
5858

5959
- `src/<NAME>.py`: the stub implementation file, which is the starting point for students to work on the exercise.
6060
- `test/<NAME>_test.py`: the test suite.
6161
- `.meta/example.py`: an example implementation that passes all the tests.
6262

63-
## Step 2: add common files
63+
## Step 2: Add documentation files
6464

6565
How to create the files common to all tracks is described in the [how to implement a concept exercise document][how-to-implement-a-concept-exercise].
6666

0 commit comments

Comments
 (0)