Skip to content

Commit 080764c

Browse files
authored
Add missing closing parenthesis (#343)
1 parent 9148124 commit 080764c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tracks/config-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following top-level properties contain general track metadata:
2323
- `files`: The patterns for the locations of the files used in an exercise, relative to the exercise's directory. (optional)
2424
- `solution`: stub implementation file(s) pattern (optional)
2525
- `test`: test file(s) pattern (optional)
26-
- `example`: example implementation file(s) pattern (optional
26+
- `example`: example implementation file(s) pattern (optional)
2727
- `exemplar`: exemplar implementation file(s) pattern (optional)
2828
- `editor`: additional read-only editor file(s) patterns (optional)
2929
- `test_runner`: an object describing the track's test runner (if any): (required if `status.test_runner` is `true`)

0 commit comments

Comments
 (0)