Skip to content

Commit 3dd66f5

Browse files
authored
Merge pull request #503 from 0-th/patch-1
fix: typo in IMPORTERS_EXPORTERS.md
2 parents 8be3dbe + 54adbff commit 3dd66f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IMPORTERS_EXPORTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Essentially, data importing is divided into two parts:
4646
- Splitters - The chunking algorithms applied to each file, these can be:
4747
- fixed size chunking (also known as dumb chunking)
4848
- rabin fingerprinting
49-
- dedicated format chunking, these require knowledge of the format and typically only work with certain time of files (e.g. video, audio, images, etc)
49+
- dedicated format chunking, these require knowledge of the format and typically only work with certain type of files (e.g. video, audio, images, etc)
5050
- special data structures chunking, formats like, tar, pdf, doc, container and/org vm images fall into this category
5151

5252
### Goals

0 commit comments

Comments
 (0)