Skip to content

Commit 2757537

Browse files
connortsui20a10y
andauthored
Update vortex-array/src/patches.rs
Co-authored-by: Andrew Duffy <[email protected]>
1 parent e7c6fba commit 2757537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/patches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub struct Patches {
115115
/// This allows us to lookup the patches for a given chunk in constant time via
116116
/// `patch_indices[chunk_offsets[i]..chunk_offsets[i+1]]`.
117117
///
118-
/// This is optional for backcompatability reasons.
118+
/// This is optional for compatibility reasons.
119119
chunk_offsets: Option<ArrayRef>,
120120
/// Chunk offsets are only sliced off in case the slice is fully
121121
/// outside of the chunk range.

0 commit comments

Comments
 (0)