Skip to content

Commit bcf11d4

Browse files
authored
docs: Add missing punctuation mark. (#1047)
Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent a94fa94 commit bcf11d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/basics/part1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ even multiple data sources connected to the same table.
7777
## Step 2. Write queries
7878

7979
We would like to compute the lowest price for each part
80-
across all vendors. Add the following statements to your SQL program
80+
across all vendors. Add the following statements to your SQL program:
8181

8282
```sql
8383
-- Lowest available price for each part across all vendors.

0 commit comments

Comments
 (0)