We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c6fba commit 2757537Copy full SHA for 2757537
vortex-array/src/patches.rs
@@ -115,7 +115,7 @@ pub struct Patches {
115
/// This allows us to lookup the patches for a given chunk in constant time via
116
/// `patch_indices[chunk_offsets[i]..chunk_offsets[i+1]]`.
117
///
118
- /// This is optional for backcompatability reasons.
+ /// This is optional for compatibility reasons.
119
chunk_offsets: Option<ArrayRef>,
120
/// Chunk offsets are only sliced off in case the slice is fully
121
/// outside of the chunk range.
0 commit comments