Skip to content

Commit cf15133

Browse files
authored
fix: Grammar error in xet upload docs (#2643)
* fix: Grammar error in xet upload docs * fix: second double-word typo
1 parent 8c8187b commit cf15133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/xet/upload-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes how files are uploaded in the Xet protocol to the Content Addressable Storage (CAS) service.
44
The flow converts input files into chunks, applies deduplication, groups chunks into xorbs, uploads xorbs, then forms and uploads shards that reference those xorbs.
5-
The steps can be done all be done concurrently except that all xorbs MUST be uploaded before a shard referencing them is uploaded.
5+
The steps can all be done concurrently except that all xorbs MUST be uploaded before a shard referencing them is uploaded.
66
Content addressing uses hashes as stable keys for deduplication and integrity verification.
77

88
## Xet Object Types
@@ -35,7 +35,7 @@ Xorbs are always less than or equal to 64MiB in length and on average contain 10
3535
A file reconstruction is a "recipe" to recreate a file using data from xorbs.
3636

3737
Each file reconstruction is made of a series of "terms" where each term contains a xorb hash and a chunk index range.
38-
To reconstruct a file, a user needs will need the chunks at the specified range for each term, deserialized and decompressed and concatenated in term order.
38+
To reconstruct a file, a user will need the chunks at the specified range for each term, deserialized and decompressed and concatenated in term order.
3939

4040
### Shards
4141

0 commit comments

Comments
 (0)