Skip to content

Commit 18b5e0c

Browse files
Corrected minor typo in 01_Concept_of_the_extractor.md (#47)
Replaced someDataFiled with someDataField
1 parent 3929a28 commit 18b5e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01_Concept_of_the_extractor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MyExtractor extends FutureExtractor {
4444
}
4545

4646
@Override
47-
public String someDataFiled()
47+
public String someDataField()
4848
throws ExtractionException { //The exception needs to be thrown if something failed
4949
// get piece of information and return it
5050
}

0 commit comments

Comments
 (0)