Skip to content

Commit d16a8b9

Browse files
docs: minor fix for docs/src/format/table/index.md#Deletion (#5033)
1 parent 0915c51 commit d16a8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/format/table/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ schema = pa.schema([
110110
## Deletion
111111

112112
Rows can be marked deleted by adding a deletion file next to the data in the `_deletions` folder.
113-
These files contain the indices of rows that have between deleted for some fragment.
113+
These files contain the indices of rows that have been deleted for some fragments.
114114
For a given version of the dataset, each fragment can have up to one deletion file.
115115
Fragments that have no deleted rows have no deletion file.
116116

0 commit comments

Comments
 (0)