Merge pull request #1 from sorin-postelnicu/documentation-minor-typo-correction
Corrected minor typo in 01_Concept_of_the_extractor.md
This commit is contained in:
commit
c07cfc1cbe
|
@ -44,7 +44,7 @@ class MyExtractor extends FutureExtractor {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String someDataFiled()
|
||||
public String someDataField()
|
||||
throws ExtractionException { //The exception needs to be thrown if something failed
|
||||
// get piece of information and return it
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue