Skip to content

Commit ab316a4

Browse files
committed
Minor doc changes to comply with spec
1 parent f6cda58 commit ab316a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arrow-schema/src/extension/canonical/timestamp_with_offset.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ use crate::{ArrowError, DataType, extension::ExtensionType};
3434
/// - `timestamp`: a non-nullable `Timestamp(time_unit, "UTC")`, where `time_unit` is any Arrow `TimeUnit` (s, ms, us or ns).
3535
/// - `offset_minutes`: a non-nullable signed 16-bit integer (`Int16`) representing the offset in minutes
3636
/// from the UTC timezone. Negative offsets represent time zones west of UTC, while positive offsets represent
37-
/// east. Offsets range from -779 (-12:59) to +780 (+13:00).
37+
/// east. Offsets normally range from -779 (-12:59) to +780 (+13:00).
3838
///
39-
/// This type has a `time_unit` type parameter which is a `TimeUnit`.
39+
/// This type has no type parameters.
4040
///
4141
/// Metadata is either empty or an empty string.
4242
///

0 commit comments

Comments
 (0)