Skip to content

Commit 2844b1d

Browse files
authored
wording polish
1 parent 0571e9b commit 2844b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/db/DBAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type QueryResult = {
2121
*
2222
* When using the default client-side [JSON-based view system](https://docs.powersync.com/architecture/client-architecture#client-side-schema-and-sqlite-database-structure),
2323
* `rowsAffected` may be `0` for successful `UPDATE` and `DELETE` statements.
24-
* Use a `RETURNING` clause and inspect `result.rows` when you need to confirm which rows changed.
24+
* Use a `RETURNING` clause and inspect `rows` when you need to confirm which rows changed.
2525
*/
2626
rowsAffected: number;
2727
/** if status is undefined or 0 this object will contain the query results */

0 commit comments

Comments
 (0)