Skip to content

Commit 38fa9e9

Browse files
committed
correct the document
1 parent b73f047 commit 38fa9e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/array/statistics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ struct ARROW_EXPORT ArrayStatistics {
8484
std::optional<CountType> distinct_count = std::nullopt;
8585

8686
/// \brief The maximum length in bytes among the rows of an array, may not be set
87-
/// \Note When the type is `int64_t`, it represents `max_byte_width_exact`,
88-
/// and when the type is `double`, it represents `max_byte_width_approximate`.
87+
/// Note: when the type is `int64_t`, it represents `max_byte_width_exact`,
88+
/// and when the type is `double`, it represents `max_byte_width_approximate`.
8989
std::optional<SizeType> max_byte_width = std::nullopt;
9090

9191
/// \brief The average size in bytes of a row in an array, may not be set.

0 commit comments

Comments
 (0)