Skip to content

Commit

Permalink
chore: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 1, 2022
1 parent afdaa5f commit 422dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatypes2/src/types/primitive_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl WrapperType for DateTime {

macro_rules! define_logical_primitive_type {
($Native: ident, $TypeId: ident, $DataType: ident) => {
// We need to define it as empty struct `struct DataType {}` instead of a struct-unit
// We need to define it as an empty struct `struct DataType {}` instead of a struct-unit
// `struct DataType;` to ensure the serialized JSON string is compatible with previous
// implementation.
#[derive(Debug, Clone, Default, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit 422dca0

Please sign in to comment.