Skip to content

Commit

Permalink
Fix doc "bit width" to "byte width" (#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Sep 23, 2024
1 parent de6a759 commit 477b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/datatype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ impl DataType {
}
}

/// Returns the bit width of this type if it is a primitive type
/// Returns the byte width of this type if it is a primitive type
///
/// Returns `None` if not a primitive type
#[inline]
Expand Down

0 comments on commit 477b9f0

Please sign in to comment.