Skip to content

Commit 3e87986

Browse files
committed
comment
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 6c1c2d1 commit 3e87986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/src/array/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub trait ArrayPlugin: 'static + Send + Sync {
2929
/// Returns the ID for this array encoding.
3030
///
3131
/// During serde, this is the key the registry uses to find
32-
/// this plugin instance call the appropriate method on it.
32+
/// this plugin instance and call the appropriate method on it.
3333
fn id(&self) -> ArrayId;
3434

3535
/// Serialize the array metadata.

0 commit comments

Comments
 (0)