Skip to content

Commit

Permalink
Corrected minor typo in 01_Concept_of_the_extractor.md (#47)
Browse files Browse the repository at this point in the history
Replaced someDataFiled with someDataField
  • Loading branch information
sorin-postelnicu authored Aug 13, 2023
1 parent 3929a28 commit 18b5e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01_Concept_of_the_extractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 18b5e0c

Please sign in to comment.