Skip to content

Commit 54adbff

Browse files
authored
fix typo in IMPORTERS_EXPORTERS.md
1 parent c5fa792 commit 54adbff

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
@@ -43,7 +43,7 @@ Essentially, data importing is divided into two parts:
4343
- Splitters - The chunking algorithms applied to each file, these can be:
4444
- fixed size chunking (also known as dumb chunking)
4545
- rabin fingerprinting
46-
- dedicated format chunking, these require knowledge of the format and typically only work with certain time of files (e.g. video, audio, images, etc)
46+
- dedicated format chunking, these require knowledge of the format and typically only work with certain type of files (e.g. video, audio, images, etc)
4747
- special data structures chunking, formats like, tar, pdf, doc, container and/org vm images fall into this category
4848

4949
### Goals

0 commit comments

Comments
 (0)