Skip to content

Commit 7662a4c

Browse files
committed
wording tweak
1 parent 61a8c2d commit 7662a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/catalog/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub trait TableProvider: Debug + Sync + Send {
177177
/// - `filters = [b > 5]`
178178
/// - `limit = Some(3)`
179179
///
180-
/// It must logically produce results like:
180+
/// It must logically produce results equivalent to:
181181
///
182182
/// ```text
183183
/// PROJECTION a (LIMIT 3 (SCAN WHERE b > 5))

0 commit comments

Comments
 (0)