Skip to content

Commit 938753c

Browse files
committed
Update README.md.
1 parent cebd967 commit 938753c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ create table pet (
654654
);
655655
```
656656

657-
this code could be used to create a query that returns all rows associated with a particular owner:
657+
this code could be used to create a query that returns all pets associated with a particular owner:
658658

659659
```java
660660
var queryBuilder = new QueryBuilder();

0 commit comments

Comments
 (0)