We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3929a28 commit 18b5e0cCopy full SHA for 18b5e0c
docs/01_Concept_of_the_extractor.md
@@ -44,7 +44,7 @@ class MyExtractor extends FutureExtractor {
44
}
45
46
@Override
47
- public String someDataFiled()
+ public String someDataField()
48
throws ExtractionException { //The exception needs to be thrown if something failed
49
// get piece of information and return it
50
0 commit comments