Skip to content

Commit 4395e8a

Browse files
committed
Fix the doxygen comment
1 parent f3e267e commit 4395e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_result_set_metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class FlightSqlResultSetMetadata : public ResultSetMetadata {
8787

8888
Searchability IsSearchable(int column_position) override;
8989

90-
/// \brief Returns true if the column is unsigned (not numeric)
90+
/// \brief Return true if the column is unsigned or not numeric
9191
bool IsUnsigned(int column_position) override;
9292

9393
bool IsFixedPrecScale(int column_position) override;

0 commit comments

Comments
 (0)