Skip to content

Commit 63dce6c

Browse files
authored
Merge pull request #43 from Kirili4ik/patch-2
fix typo in readme
2 parents 595e0cc + f4b7000 commit 63dce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ should be implemented, and be called by [preprocess.sh](preprocess.sh).
197197
Basically, an extractor should be able to output for each directory containing source files:
198198
* A single text file, where each row is an example.
199199
* Each example is a space-delimited list of fields, where:
200-
1. The first field is the target label, internally delimited by the "|" character (for example: `compare|ignore|case`
200+
1. The first field is the target label, internally delimited by the "|" character (for example: `compare|ignore|case`)
201201
2. Each of the following field are contexts, where each context has three components separated by commas (","). None of these components can include spaces nor commas.
202202

203203
We refer to these three components as a token, a path, and another token, but in general other types of ternary contexts can be considered.

0 commit comments

Comments
 (0)