Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Inklingboiii authored and porsager committed Feb 17, 2024
1 parent 9b6fc89 commit 4f648b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ The `Result` Array returned from queries is a custom array allowing for easy des

### .count

The `count` property is the number of affected rows returned by the database. This is usefull for insert, update and delete operations to know the number of rows since .length will be 0 in these cases if not using `RETURNING ...`.
The `count` property is the number of affected rows returned by the database. This is useful for insert, update and delete operations to know the number of rows since .length will be 0 in these cases if not using `RETURNING ...`.

### .command

Expand Down

0 comments on commit 4f648b3

Please sign in to comment.