Skip to content

Commit 8af985a

Browse files
committed
style
1 parent 5f7de22 commit 8af985a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/comparisons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ The example above shows how incremental models behave differently in dbt dependi
9595
SQLMesh keeps track of which date ranges exist, producing a simplified and efficient query as follows:
9696

9797
```sql
98-
-- sqlmesh incremental
98+
-- SQLMesh incremental
9999
SELECT *
100100
FROM raw.events e
101101
JOIN raw.event_dims d
102-
-- date ranges are handled automatically by sqlmesh
102+
-- date ranges are handled automatically by SQLMesh
103103
ON e.id = d.id AND d.ds BETWEEN @start_ds AND @end_ds
104104
WHERE d.ds BETWEEN @start_ds AND @end_ds
105105
```

0 commit comments

Comments
 (0)