Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed typo (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarcus committed Oct 7, 2023
1 parent ced0938 commit 420936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod union;
pub use union::UnionScalar;

/// Trait object declaring an optional value with a [`DataType`].
/// This strait is often used in APIs that accept multiple scalar types.
/// This trait is often used in APIs that accept multiple scalar types.
pub trait Scalar: std::fmt::Debug + Send + Sync + dyn_clone::DynClone + 'static {
/// convert itself to
fn as_any(&self) -> &dyn Any;
Expand Down

0 comments on commit 420936e

Please sign in to comment.