Skip to content

Commit

Permalink
Update cpp/src/arrow/type_traits.h
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
rtpsw and pitrou authored Aug 9, 2022
1 parent 55c4849 commit ac1316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/type_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ static inline int offset_bit_width(Type::type type_id) {
/// \param[in] type the type to check
/// \return whether type is an integer type
///
/// Convenience for checking using the types' id
/// Convenience for checking using the type's id
static inline bool is_integer(const DataType& type) { return is_integer(type.id()); }

/// \brief Check for a signed integer type
Expand Down

0 comments on commit ac1316c

Please sign in to comment.