Skip to content

Commit f2541ae

Browse files
wgtmacgty404
andauthored
Update src/iceberg/table_scan.h
Co-authored-by: Guotao Yu <guotao.yugt@gmail.com>
1 parent 53f4b32 commit f2541ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/table_scan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class ICEBERG_EXPORT TableScanBuilder : public ErrorCollector {
177177
/// \brief Request data filtering to files but not to rows in those files.
178178
TableScanBuilder& IgnoreResiduals();
179179

180-
/// \brief Request this can to return at least the given number of rows.
180+
/// \brief Request this scan to return at least the given number of rows.
181181
///
182182
/// This is used as a hint and is entirely optional in order to not have to return more
183183
/// rows than necessary. This may return fewer rows if the scan does not contain that

0 commit comments

Comments
 (0)