Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubklimek committed Jan 5, 2021
1 parent 9586951 commit e97a683
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions extractors/extract-content-descriptor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Extract content descriptor
*Extract content descriptor* represents components performing
# ExtractContentDescriptor
*ExtractContentDescriptor* represents components performing

<code><i>extract</i><sub><i>desc</i></sub>(DatasetSource,Metadata<sup>+</sup>): Descriptor<sup>+</sup></code>

Expand Down
6 changes: 3 additions & 3 deletions extractors/extract-external-knowledge/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extract external knowledge
*Extract external knowledge* represents components performing
# ExtractExternalKnowledge
*ExtractExternalKnowledge* represents components performing

<code><i>extract</i><sub><i>k</i></sub>(KnowledgeSource): Knowledge<sup>*</sup></code>
<code><i>extract</i><sub><i>k</i></sub>(KnowledgeSource): Knowledge</code>

which extracts an external knowledge from a given external knowledge source.
4 changes: 2 additions & 2 deletions extractors/extract-metadata-descriptor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Extract metadata descriptor
*Extract metadata descriptor* represents components performing
# ExtractContentDescriptor
*ExtractContentDescriptor* represents components performing

<code><i>extract</i><sub><i>meta</i></sub>(DataCatalogSource): Metadata<sup>+</sup></code>

Expand Down

0 comments on commit e97a683

Please sign in to comment.