Skip to content

Commit 4f648b3

Browse files
Inklingboiiiporsager
authored andcommitted
Fixed Typo
1 parent 9b6fc89 commit 4f648b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ The `Result` Array returned from queries is a custom array allowing for easy des
917917

918918
### .count
919919

920-
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 ...`.
920+
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 ...`.
921921

922922
### .command
923923

0 commit comments

Comments
 (0)