Corrected minor typo in 01_Concept_of_the_extractor.md (#47)

Replaced someDataFiled with someDataField
This commit is contained in:
sorin-postelnicu 2023-08-13 19:57:12 +02:00 committed by GitHub
parent 3929a28473
commit 18b5e0c6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}