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 6c1c2d1 commit 3e87986Copy full SHA for 3e87986
1 file changed
vortex-array/src/array/plugin.rs
@@ -29,7 +29,7 @@ pub trait ArrayPlugin: 'static + Send + Sync {
29
/// Returns the ID for this array encoding.
30
///
31
/// During serde, this is the key the registry uses to find
32
- /// this plugin instance call the appropriate method on it.
+ /// this plugin instance and call the appropriate method on it.
33
fn id(&self) -> ArrayId;
34
35
/// Serialize the array metadata.
0 commit comments