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 cce9607 commit 3c0abc9Copy full SHA for 3c0abc9
crates/utils/re_arrow_util/src/lib.rs
@@ -89,7 +89,7 @@ mod tests {
89
90
// ----------------------------------------------------------------
91
92
-/// Error used when a column is missing from a record batcj
+/// Error used when a column is missing from a record batch
93
#[derive(Debug, Clone, thiserror::Error)]
94
pub struct MissingColumnError {
95
pub name: String,
0 commit comments