Skip to content

Commit abe079d

Browse files
authored
Update src/content/docs/durable-objects/api/sql-storage.mdx
1 parent 3bf1aae commit abe079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/api/sql-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ for (let row of cursor) {
195195
}
196196
```
197197

198-
You can represent the shape of any result type you wish, including more complex types. If you are performing a JOIN across multiple tables, you can compose a type that reflects that results of your queries.
198+
You can represent the shape of any result type you wish, including more complex types. If you are performing a JOIN across multiple tables, you can compose a type that reflects the results of your queries.

0 commit comments

Comments
 (0)